diff --git a/Source/cmCMakeMinimumRequired.h b/Source/cmCMakeMinimumRequired.h index 05f2f1a40..e3e6da9f7 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);