Fix typo (second argument was not reported)
This commit is contained in:
parent
802e2efd5d
commit
b39f6afa45
@ -91,8 +91,8 @@ public:
|
|||||||
virtual const char* GetFullDocumentation()
|
virtual const char* GetFullDocumentation()
|
||||||
{
|
{
|
||||||
return
|
return
|
||||||
"BUILD_COMMAND(NAME)\n"
|
"BUILD_COMMAND(NAME MAKECOMMAND)\n"
|
||||||
"Within CMAKE set NAME to the command that will build this project from the command line.";
|
"Within CMAKE set NAME to the command that will build this project from the command line using MAKECOMMAND.";
|
||||||
}
|
}
|
||||||
|
|
||||||
cmTypeMacro(cmBuildCommand, cmCommand);
|
cmTypeMacro(cmBuildCommand, cmCommand);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user