[Cmake-commits] [cmake-commits] hoffman committed CMakeLists.txt 1.144 1.144.2.1
cmake-commits at cmake.org
cmake-commits at cmake.org
Tue Mar 18 10:23:53 EDT 2008
Update of /cvsroot/CMake/CMake
In directory public:/mounts/ram/cvs-serv31008
Modified Files:
Tag: CMake-2-6
CMakeLists.txt
Log Message:
ENH: move head to branch
Index: CMakeLists.txt
===================================================================
RCS file: /cvsroot/CMake/CMake/CMakeLists.txt,v
retrieving revision 1.144
retrieving revision 1.144.2.1
diff -C 2 -d -r1.144 -r1.144.2.1
*** CMakeLists.txt 4 Mar 2008 14:10:05 -0000 1.144
--- CMakeLists.txt 18 Mar 2008 14:23:50 -0000 1.144.2.1
***************
*** 1,4 ****
--- 1,8 ----
PROJECT(CMake)
CMAKE_MINIMUM_REQUIRED(VERSION 2.4 FATAL_ERROR)
+ IF(COMMAND CMAKE_POLICY)
+ CMAKE_POLICY(SET CMP0003 NEW)
+ ENDIF(COMMAND CMAKE_POLICY)
+
MARK_AS_ADVANCED(CMAKE_BACKWARDS_COMPATIBILITY)
More information about the Cmake-commits
mailing list