| 223 | #undef DEFINE_CC_POLICY_ACCESSOR |
| 224 | |
| 225 | void 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 | |
| 231 | std::string const& cmCustomCommand::GetTarget() const |
| 232 | { |
no outgoing calls
no test coverage detected