MCPcopy Create free account
hub / github.com/Kitware/CMake / SetOldStyle

Method SetOldStyle

Source/cmTest.h:62–62  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 3

testCreateFromTestsFunction · 0.80
cmAddTestCommandFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected