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

Method RecordPolicyValues

Source/cmCustomCommand.cxx:225–229  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

223#undef DEFINE_CC_POLICY_ACCESSOR
224
225void cmCustomCommand::RecordPolicyValues(cmStateSnapshot const& snapshot){
226#define SET_CC_POLICY(P) this->P##Status = snapshot.GetPolicy(cmPolicies::P);
227 CM_FOR_EACH_CUSTOM_COMMAND_POLICY(SET_CC_POLICY)
228#undef SET_CC_POLICY
229}
230
231std::string const& cmCustomCommand::GetTarget() const
232{

Callers 3

AddUtilityCommandMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected