| 4163 | } |
| 4164 | |
| 4165 | bool cmMakefile::SetPolicyVersion(std::string const& version_min, |
| 4166 | std::string const& version_max) |
| 4167 | { |
| 4168 | return cmPolicies::ApplyPolicyVersion(this, version_min, version_max, |
| 4169 | cmPolicies::WarnCompat::On); |
| 4170 | } |
| 4171 | |
| 4172 | void cmMakefile::UpdateParentListFileVariable() |
| 4173 | { |
no outgoing calls
no test coverage detected