summaryrefslogtreecommitdiffstats
path: root/Source/cmCMakePolicyCommand.h
diff options
context:
space:
mode:
authorKen Martin <ken.martin@kitware.com>2008-03-13 15:38:46 (GMT)
committerKen Martin <ken.martin@kitware.com>2008-03-13 15:38:46 (GMT)
commit73df9a5cd4f6ac66ea71c073ce3e01d68c512074 (patch)
tree570c225bc40497907cbb26c476c3944848903565 /Source/cmCMakePolicyCommand.h
parent0deb9012a671760abce575d983dfa9cb49b2205f (diff)
downloadCMake-73df9a5cd4f6ac66ea71c073ce3e01d68c512074.zip
CMake-73df9a5cd4f6ac66ea71c073ce3e01d68c512074.tar.gz
CMake-73df9a5cd4f6ac66ea71c073ce3e01d68c512074.tar.bz2
ENH: change CMP_ to CMP
Diffstat (limited to 'Source/cmCMakePolicyCommand.h')
-rw-r--r--Source/cmCMakePolicyCommand.h6
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. "