[cmake-commits] hoffman committed CMakeLists.txt 1.139 1.140
cmake-commits at cmake.org
cmake-commits at cmake.org
Mon Feb 18 11:10:41 EST 2008
Update of /cvsroot/CMake/CMake
In directory public:/mounts/ram/cvs-serv16814
Modified Files:
CMakeLists.txt
Log Message:
ENH: require 2.4 to build cmake
Index: CMakeLists.txt
===================================================================
RCS file: /cvsroot/CMake/CMake/CMakeLists.txt,v
retrieving revision 1.139
retrieving revision 1.140
diff -u -d -r1.139 -r1.140
--- CMakeLists.txt 16 Feb 2008 18:05:03 -0000 1.139
+++ CMakeLists.txt 18 Feb 2008 16:10:39 -0000 1.140
@@ -1,5 +1,5 @@
PROJECT(CMake)
-CMAKE_MINIMUM_REQUIRED(VERSION 2.2) # Need 2.4 for SUBDIRS
+CMAKE_MINIMUM_REQUIRED(VERSION 2.4 FATAL_ERROR)
MARK_AS_ADVANCED(CMAKE_BACKWARDS_COMPATIBILITY)
More information about the Cmake-commits
mailing list