ENH: clean up docs some

This commit is contained in:
Bill Hoffman
2002-12-30 07:47:03 -05:00
parent 1bf59ded66
commit 455b262cfe
10 changed files with 33 additions and 20 deletions
+1 -1
View File
@@ -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);