[Cmake-commits] [cmake-commits] zach.mullen committed CMakeLists.txt 1.142 1.143

cmake-commits at cmake.org cmake-commits at cmake.org
Wed Oct 28 14:11:20 EDT 2009


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

Modified Files:
	CMakeLists.txt 
Log Message:
Changed RunScript test to be in-source build safe


Index: CMakeLists.txt
===================================================================
RCS file: /cvsroot/CMake/CMake/Tests/CMakeLists.txt,v
retrieving revision 1.142
retrieving revision 1.143
diff -C 2 -d -r1.142 -r1.143
*** CMakeLists.txt	28 Oct 2009 17:35:45 -0000	1.142
--- CMakeLists.txt	28 Oct 2009 18:11:18 -0000	1.143
***************
*** 1219,1227 ****
    
    CONFIGURE_FILE(
!     "${CMake_SOURCE_DIR}/Tests/CTestTestRunScript/test.cmake"
      "${CMake_BINARY_DIR}/Tests/CTestTestRunScript/test.cmake"
      @ONLY ESCAPE_QUOTES)
    CONFIGURE_FILE(
!     "${CMake_SOURCE_DIR}/Tests/CTestTestRunScript/hello.cmake"
      "${CMake_BINARY_DIR}/Tests/CTestTestRunScript/hello.cmake"
      @ONLY ESCAPE_QUOTES)
--- 1219,1227 ----
    
    CONFIGURE_FILE(
!     "${CMake_SOURCE_DIR}/Tests/CTestTestRunScript/test.cmake.in"
      "${CMake_BINARY_DIR}/Tests/CTestTestRunScript/test.cmake"
      @ONLY ESCAPE_QUOTES)
    CONFIGURE_FILE(
!     "${CMake_SOURCE_DIR}/Tests/CTestTestRunScript/hello.cmake.in"
      "${CMake_BINARY_DIR}/Tests/CTestTestRunScript/hello.cmake"
      @ONLY ESCAPE_QUOTES)



More information about the Cmake-commits mailing list