From b39f6afa45fe58b74e39fbdb847b918d348fdc5c Mon Sep 17 00:00:00 2001 From: Sebastien Barre Date: Fri, 18 Jan 2002 11:36:47 -0500 Subject: Fix typo (second argument was not reported) --- Source/cmBuildCommand.h | 4 ++-- 1 file 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); -- cgit v0.12