[Cmake-commits] [cmake-commits] david.cole committed CMakeLists.txt 1.14 1.15

cmake-commits at cmake.org cmake-commits at cmake.org
Fri Jul 24 17:28:56 EDT 2009


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

Modified Files:
	CMakeLists.txt 
Log Message:
BUG: Close endif statements with same string as if so that it still configures with CMake 2.4. One more time. Encore, encore.


Index: CMakeLists.txt
===================================================================
RCS file: /cvsroot/CMake/CMake/Tests/CMakeTests/CMakeLists.txt,v
retrieving revision 1.14
retrieving revision 1.15
diff -C 2 -d -r1.14 -r1.15
*** CMakeLists.txt	24 Jul 2009 19:58:23 -0000	1.14
--- CMakeLists.txt	24 Jul 2009 21:28:54 -0000	1.15
***************
*** 37,39 ****
      )
    AddCMakeTest(CheckSourceTree "${CheckSourceTree_PreArgs}")
! endif()
--- 37,39 ----
      )
    AddCMakeTest(CheckSourceTree "${CheckSourceTree_PreArgs}")
! endif(do_cvs_tests)



More information about the Cmake-commits mailing list