summaryrefslogtreecommitdiffstats
path: root/Source/cmBuildCommand.h
diff options
context:
space:
mode:
authorBill Hoffman <bill.hoffman@kitware.com>2002-12-30 12:47:03 (GMT)
committerBill Hoffman <bill.hoffman@kitware.com>2002-12-30 12:47:03 (GMT)
commit455b262cfeaedaa9f472e4f80160fd06d9331459 (patch)
treebfb329a39ac5fd2c51d7fdc896aab3704555ea0c /Source/cmBuildCommand.h
parent1bf59ded665ebd20b2633a43abab4a89d34fff4f (diff)
downloadCMake-455b262cfeaedaa9f472e4f80160fd06d9331459.zip
CMake-455b262cfeaedaa9f472e4f80160fd06d9331459.tar.gz
CMake-455b262cfeaedaa9f472e4f80160fd06d9331459.tar.bz2
ENH: clean up docs some
Diffstat (limited to 'Source/cmBuildCommand.h')
-rw-r--r--Source/cmBuildCommand.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmBuildCommand.h b/Source/cmBuildCommand.h
index 3d3f63b..9275604 100644
--- a/Source/cmBuildCommand.h
+++ b/Source/cmBuildCommand.h
@@ -68,7 +68,7 @@ public:
{
return
"BUILD_COMMAND(NAME MAKECOMMAND)\n"
- "Within CMAKE set NAME to the command that will build this project from the command line using MAKECOMMAND.";
+ "Within CMAKE set NAME to the command that will build this project from the command line using MAKECOMMAND. MAKECOMMAND should be msdev, nmake, make or one of the end use build tools. This command will construct the command line to use that will build all the targets in this project. This is useful for testing systems.";
}
cmTypeMacro(cmBuildCommand, cmCommand);