[Cmake-commits] [cmake-commits] david.cole committed CMakeLists.txt 1.97 1.98

cmake-commits at cmake.org cmake-commits at cmake.org
Fri Jul 24 16:15:13 EDT 2009


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

Modified Files:
	CMakeLists.txt 
Log Message:
BUG: Oops. Left chunk of junk at the bottom of the main Tests CMakeLists.txt file with the last commit... Sorry.


Index: CMakeLists.txt
===================================================================
RCS file: /cvsroot/CMake/CMake/Tests/CMakeLists.txt,v
retrieving revision 1.97
retrieving revision 1.98
diff -C 2 -d -r1.97 -r1.98
*** CMakeLists.txt	24 Jul 2009 19:58:22 -0000	1.97
--- CMakeLists.txt	24 Jul 2009 20:15:10 -0000	1.98
***************
*** 1252,1259 ****
  
  SUBDIRS(CMakeTests)
- 
- if(BUILD_TESTING)
-   if(do_cvs_tests)
-     add_test(IsSourceTreeUnmodified ${CMAKE_CMAKE_COMMAND} -P "IsSourceTreeUnmodified.cmake")
-   endif(do_cvs_tests)
- endif(BUILD_TESTING)
--- 1252,1253 ----



More information about the Cmake-commits mailing list