|
|
@@ -3455,7 +3455,8 @@ void cmMakefile::DefineProperties(cmake *cm)
|
|
|
cm->DefineProperty
|
|
|
("COMPILE_DEFINITIONS", cmProperty::DIRECTORY,
|
|
|
"Preprocessor definitions for compiling a directory's sources.",
|
|
|
- "The COMPILE_DEFINITIONS property may be set to a list of preprocessor "
|
|
|
+ "The COMPILE_DEFINITIONS property may be set to a "
|
|
|
+ "semicolon-separated list of preprocessor "
|
|
|
"definitions using the syntax VAR or VAR=value. Function-style "
|
|
|
"definitions are not supported. CMake will automatically escape "
|
|
|
"the value correctly for the native build system (note that CMake "
|