[cmake-commits] king committed CMakeLists.txt 1.123 1.124

cmake-commits at cmake.org cmake-commits at cmake.org
Sun May 13 07:16:26 EDT 2007


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

Modified Files:
	CMakeLists.txt 
Log Message:
COMP: Need CMake 2.4 or a bootstrap cmake that has ADD_SUBDIRECTORY to build.


Index: CMakeLists.txt
===================================================================
RCS file: /cvsroot/CMake/CMake/CMakeLists.txt,v
retrieving revision 1.123
retrieving revision 1.124
diff -u -d -r1.123 -r1.124
--- CMakeLists.txt	11 May 2007 16:17:26 -0000	1.123
+++ CMakeLists.txt	13 May 2007 11:16:24 -0000	1.124
@@ -1,5 +1,5 @@
 PROJECT(CMake)
-CMAKE_MINIMUM_REQUIRED(VERSION 2.0)
+CMAKE_MINIMUM_REQUIRED(VERSION 2.4) # Need 2.4 for ADD_SUBDIRECTORY
 MARK_AS_ADVANCED(CMAKE_BACKWARDS_COMPATIBILITY)
 
 



More information about the Cmake-commits mailing list