diff options
author | Ken Martin <ken.martin@kitware.com> | 2008-03-06 15:57:59 (GMT) |
---|---|---|
committer | Ken Martin <ken.martin@kitware.com> | 2008-03-06 15:57:59 (GMT) |
commit | adddcea5d7e52d4ef0522a2dbefa3d952f1da333 (patch) | |
tree | 922dceb2f4c400e2d0a1dfed6c799f828a553f10 /Source/cmCMakeMinimumRequired.cxx | |
parent | ea525a4fb4d04dcaaf074544126db9b700e38457 (diff) | |
download | CMake-adddcea5d7e52d4ef0522a2dbefa3d952f1da333.zip CMake-adddcea5d7e52d4ef0522a2dbefa3d952f1da333.tar.gz CMake-adddcea5d7e52d4ef0522a2dbefa3d952f1da333.tar.bz2 |
BUG: change the handling of CMAKE_MINIMUM_REQUIRED and BACKWARDS_COMPATIBILITY and extend the documentaiton quite a bit
Diffstat (limited to 'Source/cmCMakeMinimumRequired.cxx')
-rw-r--r-- | Source/cmCMakeMinimumRequired.cxx | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/Source/cmCMakeMinimumRequired.cxx b/Source/cmCMakeMinimumRequired.cxx index 8d4aaf9..54acb89 100644 --- a/Source/cmCMakeMinimumRequired.cxx +++ b/Source/cmCMakeMinimumRequired.cxx @@ -108,9 +108,6 @@ bool cmCMakeMinimumRequired cmSystemTools::SetFatalErrorOccured(); } - // set the policy version as well - this->Makefile->SetPolicyVersion(version_string.c_str()); - return true; } |