[Cmake-commits] [cmake-commits] king committed cmMakefile.cxx 1.509 1.510 cmSourceFile.cxx 1.56 1.57 cmTarget.cxx 1.245 1.246

cmake-commits at cmake.org cmake-commits at cmake.org
Wed Jun 24 09:36:34 EDT 2009


Update of /cvsroot/CMake/CMake/Source
In directory public:/mounts/ram/cvs-serv10190/Source

Modified Files:
	cmMakefile.cxx cmSourceFile.cxx cmTarget.cxx 
Log Message:
ENH: Clarify COMPILE_DEFINITIONS separator in docs

The COMPILE_DEFINITIONS properties are semicolon-separated lists.
Make this clear in the documentation.  See issue #9199.


Index: cmSourceFile.cxx
===================================================================
RCS file: /cvsroot/CMake/CMake/Source/cmSourceFile.cxx,v
retrieving revision 1.56
retrieving revision 1.57
diff -C 2 -d -r1.56 -r1.57
*** cmSourceFile.cxx	23 Mar 2009 18:48:09 -0000	1.56
--- cmSourceFile.cxx	24 Jun 2009 13:36:29 -0000	1.57
***************
*** 396,400 ****
      ("COMPILE_DEFINITIONS", cmProperty::SOURCE_FILE,
       "Preprocessor definitions for compiling a source file.",
!      "The COMPILE_DEFINITIONS property may be set to a list of preprocessor "
       "definitions using the syntax VAR or VAR=value.  Function-style "
       "definitions are not supported.  CMake will automatically escape "
--- 396,401 ----
      ("COMPILE_DEFINITIONS", cmProperty::SOURCE_FILE,
       "Preprocessor definitions for compiling a source file.",
!      "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 "

Index: cmTarget.cxx
===================================================================
RCS file: /cvsroot/CMake/CMake/Source/cmTarget.cxx,v
retrieving revision 1.245
retrieving revision 1.246
diff -C 2 -d -r1.245 -r1.246
*** cmTarget.cxx	10 Jun 2009 17:03:11 -0000	1.245
--- cmTarget.cxx	24 Jun 2009 13:36:29 -0000	1.246
***************
*** 88,92 ****
      ("COMPILE_DEFINITIONS", cmProperty::TARGET,
       "Preprocessor definitions for compiling a target's sources.",
!      "The COMPILE_DEFINITIONS property may be set to a list of preprocessor "
       "definitions using the syntax VAR or VAR=value.  Function-style "
       "definitions are not supported.  CMake will automatically escape "
--- 88,93 ----
      ("COMPILE_DEFINITIONS", cmProperty::TARGET,
       "Preprocessor definitions for compiling a target's sources.",
!      "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 "

Index: cmMakefile.cxx
===================================================================
RCS file: /cvsroot/CMake/CMake/Source/cmMakefile.cxx,v
retrieving revision 1.509
retrieving revision 1.510
diff -C 2 -d -r1.509 -r1.510
*** cmMakefile.cxx	17 Jun 2009 17:40:08 -0000	1.509
--- cmMakefile.cxx	24 Jun 2009 13:36:28 -0000	1.510
***************
*** 3456,3460 ****
      ("COMPILE_DEFINITIONS", cmProperty::DIRECTORY,
       "Preprocessor definitions for compiling a directory's sources.",
!      "The COMPILE_DEFINITIONS property may be set to a list of preprocessor "
       "definitions using the syntax VAR or VAR=value.  Function-style "
       "definitions are not supported.  CMake will automatically escape "
--- 3456,3461 ----
      ("COMPILE_DEFINITIONS", cmProperty::DIRECTORY,
       "Preprocessor definitions for compiling a directory's sources.",
!      "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 "



More information about the Cmake-commits mailing list