diff options
Diffstat (limited to 'Source/cmCMakePolicyCommand.h')
-rw-r--r-- | Source/cmCMakePolicyCommand.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Source/cmCMakePolicyCommand.h b/Source/cmCMakePolicyCommand.h index 61f9dd4..2e93ba7 100644 --- a/Source/cmCMakePolicyCommand.h +++ b/Source/cmCMakePolicyCommand.h @@ -80,10 +80,10 @@ public: "The policy version specified must be at least 2.4 or the command " "will report an error. " "In order to get compatibility features supporting versions earlier " - "than 2.4 see documentation of policy CMP_0001." + "than 2.4 see documentation of policy CMP0001." "\n" - " cmake_policy(SET <CMP_NNNN> NEW)\n" - " cmake_policy(SET <CMP_NNNN> OLD)\n" + " cmake_policy(SET <CMPNNNN> NEW)\n" + " cmake_policy(SET <CMPNNNN> OLD)\n" "Tell CMake to use the OLD or NEW behavior for a given policy. " "Projects depending on the old behavior of a given policy may " "silence a policy warning by setting the policy state to OLD. " |