[Cmake-commits] [cmake-commits] king committed CMakeLists.txt 1.18 1.19

cmake-commits at cmake.org cmake-commits at cmake.org
Mon Mar 17 16:22:30 EDT 2008


Update of /cvsroot/CMake/CMake/Utilities/cmcurl
In directory public:/mounts/ram/cvs-serv27193/Utilities/cmcurl

Modified Files:
	CMakeLists.txt 
Log Message:
ENH: Set CMake Policy CMP0003 to NEW behavior to build without warnings with the upcoming CMake 2.6 release.


Index: CMakeLists.txt
===================================================================
RCS file: /cvsroot/CMake/CMake/Utilities/cmcurl/CMakeLists.txt,v
retrieving revision 1.18
retrieving revision 1.19
diff -C 2 -d -r1.18 -r1.19
*** CMakeLists.txt	7 Nov 2007 19:35:56 -0000	1.18
--- CMakeLists.txt	17 Mar 2008 20:22:28 -0000	1.19
***************
*** 1,3 ****
! CMAKE_MINIMUM_REQUIRED(VERSION 2.0)
  PROJECT(LIBCURL C)
  
--- 1,6 ----
! CMAKE_MINIMUM_REQUIRED(VERSION 2.4)
! IF(COMMAND CMAKE_POLICY)
!   CMAKE_POLICY(SET CMP0003 NEW)
! ENDIF(COMMAND CMAKE_POLICY)
  PROJECT(LIBCURL C)
  



More information about the Cmake-commits mailing list