[Cmake-commits] [cmake-commits] king committed CMakeLists.txt 1.12 1.13

cmake-commits at cmake.org cmake-commits at cmake.org
Fri Apr 24 11:21:13 EDT 2009


Update of /cvsroot/CMake/CMake/Tests/Preprocess
In directory public:/mounts/ram/cvs-serv5503/Tests/Preprocess

Modified Files:
	CMakeLists.txt 
Log Message:
ENH: Test spaces in non-string preprocessor values

This extends the Preprocessor test to put spaces in the value of a
definition that is not a quoted string.  In particular this tests that
VS6 supports values with spaces if they do not have '"', '$', or ';'.
See issue #8779.


Index: CMakeLists.txt
===================================================================
RCS file: /cvsroot/CMake/CMake/Tests/Preprocess/CMakeLists.txt,v
retrieving revision 1.12
retrieving revision 1.13
diff -C 2 -d -r1.12 -r1.13
*** CMakeLists.txt	24 Apr 2009 15:18:06 -0000	1.12
--- CMakeLists.txt	24 Apr 2009 15:21:09 -0000	1.13
***************
*** 179,183 ****
  if(NOT WATCOM)
    # Watcom does not support - or / because it parses them as options.
!   set(EXPR "${EXPR}+y/x-x")
  endif(NOT WATCOM)
  
--- 179,183 ----
  if(NOT WATCOM)
    # Watcom does not support - or / because it parses them as options.
!   set(EXPR "${EXPR} + y/x-x")
  endif(NOT WATCOM)
  



More information about the Cmake-commits mailing list