diff options
Diffstat (limited to 'Source/cmPolicies.cxx')
-rw-r--r-- | Source/cmPolicies.cxx | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/Source/cmPolicies.cxx b/Source/cmPolicies.cxx index ea8726e..ffba3cb 100644 --- a/Source/cmPolicies.cxx +++ b/Source/cmPolicies.cxx @@ -398,7 +398,7 @@ cmPolicies::cmPolicies() "the case is an error. " "The OLD behavior for this policy is to silently ignore the problem. " "The NEW behavior for this policy is to report an error.", - 2,7,20090902, cmPolicies::WARN); + 2,8,0, cmPolicies::WARN); this->DefinePolicy( CMP0015, "CMP0015", @@ -428,7 +428,7 @@ cmPolicies::cmPolicies() "The OLD behavior for this policy is to leave conflicting local " "variable values untouched and hide the true cache value. " "The NEW behavior for this policy is to always expose the cache value.", - 2,7,20090910, cmPolicies::WARN); + 2,8,0, cmPolicies::WARN); } @@ -679,8 +679,7 @@ void cmPolicies::GetDocumentation(std::vector<cmDocumentationEntry>& v) if(i->first != cmPolicies::CMP0000) { full << " " - << "CMake version " << cmVersion::GetMajorVersion() - << "." << cmVersion::GetMinorVersion() << " "; + << "CMake version " << cmVersion::GetCMakeVersion() << " "; // add in some more text here based on status switch (i->second->Status) { |