STYLE: fix docs
This commit is contained in:
parent
a043b6608c
commit
3395e137fa
|
@ -65,8 +65,11 @@ public:
|
||||||
virtual const char* GetFullDocumentation()
|
virtual const char* GetFullDocumentation()
|
||||||
{
|
{
|
||||||
return
|
return
|
||||||
"CMAKE_MINIMUM_REQUIRED(VERSION versionNumber)\n"
|
" 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);
|
cmTypeMacro(cmCMakeMinimumRequired, cmCommand);
|
||||||
|
|
Loading…
Reference in New Issue