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

Method SetPolicyVersion

Source/cmMakefile.cxx:4165–4170  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4163}
4164
4165bool 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
4172void cmMakefile::UpdateParentListFileVariable()
4173{

Callers 3

HandleVersionModeFunction · 0.80
cmCMakeMinimumRequiredFunction · 0.80
DoPackageMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected