mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-02 20:29:49 -05:00
ENH: clean up docs some
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user