[cmake-commits] martink committed CMakeLists.txt 1.3 1.4
cmake-commits at cmake.org
cmake-commits at cmake.org
Mon May 14 08:59:11 EDT 2007
Update of /cvsroot/CMake/CMake/Tests
In directory public:/mounts/ram/cvs-serv15847
Modified Files:
CMakeLists.txt
Log Message:
ENH: revert back to SUBDIRS so that CMake can be built with 2.2
Index: CMakeLists.txt
===================================================================
RCS file: /cvsroot/CMake/CMake/Tests/CMakeLists.txt,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- CMakeLists.txt 11 May 2007 16:17:27 -0000 1.3
+++ CMakeLists.txt 14 May 2007 12:59:09 -0000 1.4
@@ -839,4 +839,4 @@
ENDIF(BUILD_TESTING)
-ADD_SUBDIRECTORY(CMakeTests)
+SUBDIRS(CMakeTests)
More information about the Cmake-commits
mailing list