| 60 | /** Get/Set whether this is an old-style test. */ |
| 61 | bool GetOldStyle() const { return this->OldStyle; } |
| 62 | void SetOldStyle(bool b) { this->OldStyle = b; } |
| 63 | |
| 64 | /** Get if CMP0158 policy is NEW */ |
| 65 | bool GetCMP0158IsNew() const |
no outgoing calls
no test coverage detected