STYLE: fix docs
This commit is contained in:
parent
a043b6608c
commit
3395e137fa
|
@ -66,7 +66,10 @@ public:
|
|||
{
|
||||
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.";
|
||||
"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);
|
||||
|
|
Loading…
Reference in New Issue