summaryrefslogtreecommitdiff
path: root/Source/cmAddDefinitionsCommand.h
diff options
context:
space:
mode:
authorBill Hoffman <bill.hoffman@kitware.com>2002-12-30 07:47:03 -0500
committerBill Hoffman <bill.hoffman@kitware.com>2002-12-30 07:47:03 -0500
commit455b262cfeaedaa9f472e4f80160fd06d9331459 (patch)
treebfb329a39ac5fd2c51d7fdc896aab3704555ea0c /Source/cmAddDefinitionsCommand.h
parent1bf59ded665ebd20b2633a43abab4a89d34fff4f (diff)
downloadcmake-455b262cfeaedaa9f472e4f80160fd06d9331459.tar.gz
ENH: clean up docs some
Diffstat (limited to 'Source/cmAddDefinitionsCommand.h')
-rw-r--r--Source/cmAddDefinitionsCommand.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmAddDefinitionsCommand.h b/Source/cmAddDefinitionsCommand.h
index 1d7161b93a..2dfcf419ef 100644
--- a/Source/cmAddDefinitionsCommand.h
+++ b/Source/cmAddDefinitionsCommand.h
@@ -69,7 +69,7 @@ public:
{
return
"ADD_DEFINITIONS(-DFOO -DBAR ...)\n"
- "Add -D define flags to command line for environments.";
+ "Add flags to command line of C and C++ compiles. This command can be used to add any flag to a compile line, but the -D flag is accepted most C/C++ compilers. Other flags may not be as portable.";
}
cmTypeMacro(cmAddDefinitionsCommand, cmCommand);