summaryrefslogtreecommitdiffstats
path: root/Source/cmCMakeMinimumRequired.h
diff options
context:
space:
mode:
authorKen Martin <ken.martin@kitware.com>2005-11-16 15:22:58 (GMT)
committerKen Martin <ken.martin@kitware.com>2005-11-16 15:22:58 (GMT)
commit3395e137faeab1a5f50b9b94162166c28379a251 (patch)
tree8927a02b1a096ae3b25149cd5381f9f008bbaa19 /Source/cmCMakeMinimumRequired.h
parenta043b6608c7d39352c23bf2e9d371d76d9c513e5 (diff)
downloadCMake-3395e137faeab1a5f50b9b94162166c28379a251.zip
CMake-3395e137faeab1a5f50b9b94162166c28379a251.tar.gz
CMake-3395e137faeab1a5f50b9b94162166c28379a251.tar.bz2
STYLE: fix docs
Diffstat (limited to 'Source/cmCMakeMinimumRequired.h')
-rw-r--r--Source/cmCMakeMinimumRequired.h7
1 files changed, 5 insertions, 2 deletions
diff --git a/Source/cmCMakeMinimumRequired.h b/Source/cmCMakeMinimumRequired.h
index 05f2f1a..e3e6da9 100644
--- a/Source/cmCMakeMinimumRequired.h
+++ b/Source/cmCMakeMinimumRequired.h
@@ -65,8 +65,11 @@ public:
virtual const char* GetFullDocumentation()
{
return
- "CMAKE_MINIMUM_REQUIRED(VERSION versionNumber)\n"
- "Let cmake know that the project requires a certain version of a cmake, or newer. CMake will also try to backwards compatible to the version of cmake specified, if a newer version of cmake is running.";
+ " CMAKE_MINIMUM_REQUIRED(VERSION versionNumber)\n"
+ "Let cmake know that the project requires a certain version of a "
+ "cmake, or newer. CMake will also try to be backwards compatible to "
+ "the version of cmake specified, if a newer version of cmake is "
+ "running.";
}
cmTypeMacro(cmCMakeMinimumRequired, cmCommand);