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

Method GetCMP0178

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

Get/Set the CMP0178 policy setting */

Source from the content-addressed store, hash-verified

69
70 /** Get/Set the CMP0178 policy setting */
71 cmPolicies::PolicyStatus GetCMP0178() const
72 {
73 return this->PolicyStatusCMP0178;
74 }
75 void SetCMP0178(cmPolicies::PolicyStatus p)
76 {
77 this->PolicyStatusCMP0178 = p;

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected