diff options
author | Sebastien Barre <sebastien.barre@kitware.com> | 2002-01-18 16:36:47 (GMT) |
---|---|---|
committer | Sebastien Barre <sebastien.barre@kitware.com> | 2002-01-18 16:36:47 (GMT) |
commit | b39f6afa45fe58b74e39fbdb847b918d348fdc5c (patch) | |
tree | 7a16bf965b480245e3201422c9ac48348cd6df74 /Source/cmBuildCommand.h | |
parent | 802e2efd5d912de0fc7da18d5f13d5f2a2405dd2 (diff) | |
download | CMake-b39f6afa45fe58b74e39fbdb847b918d348fdc5c.zip CMake-b39f6afa45fe58b74e39fbdb847b918d348fdc5c.tar.gz CMake-b39f6afa45fe58b74e39fbdb847b918d348fdc5c.tar.bz2 |
Fix typo (second argument was not reported)
Diffstat (limited to 'Source/cmBuildCommand.h')
-rw-r--r-- | Source/cmBuildCommand.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/cmBuildCommand.h b/Source/cmBuildCommand.h index 5043459..0b2de8e 100644 --- a/Source/cmBuildCommand.h +++ b/Source/cmBuildCommand.h @@ -91,8 +91,8 @@ public: virtual const char* GetFullDocumentation() { return - "BUILD_COMMAND(NAME)\n" - "Within CMAKE set NAME to the command that will build this project from the command line."; + "BUILD_COMMAND(NAME MAKECOMMAND)\n" + "Within CMAKE set NAME to the command that will build this project from the command line using MAKECOMMAND."; } cmTypeMacro(cmBuildCommand, cmCommand); |