[Cmake-commits] [cmake-commits] alex committed CMakeLists.txt 1.62 1.63

cmake-commits at cmake.org cmake-commits at cmake.org
Wed Aug 6 17:43:39 EDT 2008


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

Modified Files:
	CMakeLists.txt 
Log Message:
BUG: fix endif()

Alex


Index: CMakeLists.txt
===================================================================
RCS file: /cvsroot/CMake/CMake/Tests/CMakeLists.txt,v
retrieving revision 1.62
retrieving revision 1.63
diff -C 2 -d -r1.62 -r1.63
*** CMakeLists.txt	6 Aug 2008 20:16:53 -0000	1.62
--- CMakeLists.txt	6 Aug 2008 21:43:34 -0000	1.63
***************
*** 137,141 ****
           --build-project Simple
           --test-command Simple)
!     ENDIF ("${cmakeOutput}" MATCHES CodeBlocks)
  
    ENDIF(${CMAKE_TEST_GENERATOR} MATCHES "Unix Makefiles"  OR  ${CMAKE_TEST_GENERATOR} MATCHES "KDevelop")
--- 137,141 ----
           --build-project Simple
           --test-command Simple)
!     ENDIF ("${cmakeOutput}" MATCHES KDevelop3)
  
    ENDIF(${CMAKE_TEST_GENERATOR} MATCHES "Unix Makefiles"  OR  ${CMAKE_TEST_GENERATOR} MATCHES "KDevelop")



More information about the Cmake-commits mailing list