From 0499ca66aab617409458cc2add56c10c15904e94 Mon Sep 17 00:00:00 2001 From: Brad King Date: Fri, 6 Feb 2009 08:15:05 -0500 Subject: [PATCH] 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. --- Source/cmCMakePolicyCommand.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Source/cmCMakePolicyCommand.h b/Source/cmCMakePolicyCommand.h index 1f702474f..15db2ec7e 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. "