summaryrefslogtreecommitdiffstats
path: root/Source/cmMakefile.cxx
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2009-06-24 13:36:29 (GMT)
committerBrad King <brad.king@kitware.com>2009-06-24 13:36:29 (GMT)
commitf74b876a58defcbdf64a9fa96d1a4ba37163fba8 (patch)
tree6afaa46287e124ce5a8f0fc6da1d10a11f868465 /Source/cmMakefile.cxx
parent340b175852d13ed1cc9c7606976c25513271ba9f (diff)
downloadCMake-f74b876a58defcbdf64a9fa96d1a4ba37163fba8.zip
CMake-f74b876a58defcbdf64a9fa96d1a4ba37163fba8.tar.gz
CMake-f74b876a58defcbdf64a9fa96d1a4ba37163fba8.tar.bz2
ENH: Clarify COMPILE_DEFINITIONS separator in docs
The COMPILE_DEFINITIONS properties are semicolon-separated lists. Make this clear in the documentation. See issue #9199.
Diffstat (limited to 'Source/cmMakefile.cxx')
-rw-r--r--Source/cmMakefile.cxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/Source/cmMakefile.cxx b/Source/cmMakefile.cxx
index 57904b4..bee1adc 100644
--- a/Source/cmMakefile.cxx
+++ b/Source/cmMakefile.cxx
@@ -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 "