diff options
author | Brad King <brad.king@kitware.com> | 2009-02-06 13:15:05 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2009-02-06 13:15:05 (GMT) |
commit | 0499ca66aab617409458cc2add56c10c15904e94 (patch) | |
tree | 4023183ddab1cc946ef846b1873296b45a6da7bd /Source/cmCMakePolicyCommand.h | |
parent | 8dfb99c66071621b08c476fbb5563edaf93cf3bd (diff) | |
download | CMake-0499ca66aab617409458cc2add56c10c15904e94.zip CMake-0499ca66aab617409458cc2add56c10c15904e94.tar.gz CMake-0499ca66aab617409458cc2add56c10c15904e94.tar.bz2 |
ENH: Clarify cmake_policy(VERSION) documentation
The previous documentation could be interpreted as setting policies
newer than the given version to OLD instead of unset. This clarifies
it.
Diffstat (limited to 'Source/cmCMakePolicyCommand.h')
-rw-r--r-- | Source/cmCMakePolicyCommand.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Source/cmCMakePolicyCommand.h b/Source/cmCMakePolicyCommand.h index 1f70247..15db2ec 100644 --- a/Source/cmCMakePolicyCommand.h +++ b/Source/cmCMakePolicyCommand.h @@ -90,8 +90,7 @@ public: "given version of CMake. " "All policies introduced in the specified version or earlier " "will be set to use NEW behavior. " - "All policies introduced after the specified version will be reset " - "to use OLD behavior with a warning. " + "All policies introduced after the specified version will be unset. " "This effectively requests behavior preferred as of a given CMake " "version and tells newer CMake versions to warn about their new " "policies. " |