summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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);