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

Method GetCMP0158IsNew

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

Get if CMP0158 policy is NEW */

Source from the content-addressed store, hash-verified

63
64 /** Get if CMP0158 policy is NEW */
65 bool GetCMP0158IsNew() const
66 {
67 return this->PolicyStatusCMP0158 == cmPolicies::NEW;
68 }
69
70 /** Get/Set the CMP0178 policy setting */
71 cmPolicies::PolicyStatus GetCMP0178() const

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected