diff options
author | Bill Hoffman <bill.hoffman@kitware.com> | 2002-12-30 12:47:03 (GMT) |
---|---|---|
committer | Bill Hoffman <bill.hoffman@kitware.com> | 2002-12-30 12:47:03 (GMT) |
commit | 455b262cfeaedaa9f472e4f80160fd06d9331459 (patch) | |
tree | bfb329a39ac5fd2c51d7fdc896aab3704555ea0c /Source/cmAddDefinitionsCommand.h | |
parent | 1bf59ded665ebd20b2633a43abab4a89d34fff4f (diff) | |
download | CMake-455b262cfeaedaa9f472e4f80160fd06d9331459.zip CMake-455b262cfeaedaa9f472e4f80160fd06d9331459.tar.gz CMake-455b262cfeaedaa9f472e4f80160fd06d9331459.tar.bz2 |
ENH: clean up docs some
Diffstat (limited to 'Source/cmAddDefinitionsCommand.h')
-rw-r--r-- | Source/cmAddDefinitionsCommand.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmAddDefinitionsCommand.h b/Source/cmAddDefinitionsCommand.h index 1d7161b..2dfcf41 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); |