summaryrefslogtreecommitdiffstats
path: root/Source/cmCMakeMinimumRequired.h
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2008-03-13 21:32:13 (GMT)
committerBrad King <brad.king@kitware.com>2008-03-13 21:32:13 (GMT)
commita340fd42b8472cd0379334c26a5b7c9059630917 (patch)
tree3fdd9f6a3685a1a9af955c03addb59163d9c4c5f /Source/cmCMakeMinimumRequired.h
parent9a83ce6efc10d5d51324f8b425213f18b0325b6e (diff)
downloadCMake-a340fd42b8472cd0379334c26a5b7c9059630917.zip
CMake-a340fd42b8472cd0379334c26a5b7c9059630917.tar.gz
CMake-a340fd42b8472cd0379334c26a5b7c9059630917.tar.bz2
ENH: Clarify documentation of policy CMP0000 and its relationship with cmake_minimum_required.
Diffstat (limited to 'Source/cmCMakeMinimumRequired.h')
-rw-r--r--Source/cmCMakeMinimumRequired.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/cmCMakeMinimumRequired.h b/Source/cmCMakeMinimumRequired.h
index 25e77f3..4409294 100644
--- a/Source/cmCMakeMinimumRequired.h
+++ b/Source/cmCMakeMinimumRequired.h
@@ -69,11 +69,11 @@ public:
" cmake_minimum_required(VERSION major[.minor[.patch]]\n"
" [FATAL_ERROR])\n"
"If the current version of CMake is lower than that required "
- "it will stop processing the project and report an error.\n"
+ "it will stop processing the project and report an error. "
"When a version higher than 2.4 is specified the command implicitly "
"invokes\n"
" cmake_policy(VERSION major[.minor[.patch]])\n"
- "which sets the cmake policy version level to the version specified.\n"
+ "which sets the cmake policy version level to the version specified. "
"When version 2.4 or lower is given the command implicitly invokes\n"
" cmake_policy(VERSION 2.4)\n"
"which enables compatibility features for CMake 2.4 and lower.\n"