[Cmake-commits] [cmake-commits] zach.mullen committed CMakeLists.txt 1.105 1.106

cmake-commits at cmake.org cmake-commits at cmake.org
Fri Sep 18 13:34:26 EDT 2009


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

Modified Files:
	CMakeLists.txt 
Log Message:
Cosmetic change to test CMakeLists


Index: CMakeLists.txt
===================================================================
RCS file: /cvsroot/CMake/CMake/Tests/CMakeLists.txt,v
retrieving revision 1.105
retrieving revision 1.106
diff -C 2 -d -r1.105 -r1.106
*** CMakeLists.txt	18 Sep 2009 16:16:35 -0000	1.105
--- CMakeLists.txt	18 Sep 2009 17:34:24 -0000	1.106
***************
*** 1057,1061 ****
        --output-log "${CMake_BINARY_DIR}/Tests/CTestTestFailure/testOut1.log"
        )
!     SET_TESTS_PROPERTIES(CTestTestNoBuild PROPERTIES WILL_FAIL 1)
      
      CONFIGURE_FILE(
--- 1057,1061 ----
        --output-log "${CMake_BINARY_DIR}/Tests/CTestTestFailure/testOut1.log"
        )
!     SET_TESTS_PROPERTIES(CTestTestNoBuild PROPERTIES WILL_FAIL TRUE)
      
      CONFIGURE_FILE(



More information about the Cmake-commits mailing list