[Cmake-commits] [cmake-commits] king committed CMakeLists.txt 1.2 1.3

cmake-commits at cmake.org cmake-commits at cmake.org
Tue Apr 29 15:34:52 EDT 2008


Update of /cvsroot/CMake/CMake/Tests/CustomCommand/GeneratorInExtraDir
In directory public:/mounts/ram/cvs-serv24979/Tests/CustomCommand/GeneratorInExtraDir

Modified Files:
	CMakeLists.txt 
Log Message:
BUG: Do not escape shell operators when generating command lines.

  - See bug#6868.
  - Update CustomCommand test to check.


Index: CMakeLists.txt
===================================================================
RCS file: /cvsroot/CMake/CMake/Tests/CustomCommand/GeneratorInExtraDir/CMakeLists.txt,v
retrieving revision 1.2
retrieving revision 1.3
diff -C 2 -d -r1.2 -r1.3
*** CMakeLists.txt	9 May 2007 12:25:45 -0000	1.2
--- CMakeLists.txt	29 Apr 2008 19:34:49 -0000	1.3
***************
*** 1,2 ****
--- 1,4 ----
+ ADD_DEFINITIONS(-DGENERATOR_EXTERN)
+ 
  # add the executable which will be used for generating files
  ADD_EXECUTABLE(generator_extern ../generator.cxx)



More information about the Cmake-commits mailing list