[Cmake-commits] [cmake-commits] hoffman committed CMakeLists.txt 1.27 1.27.2.1

cmake-commits at cmake.org cmake-commits at cmake.org
Thu May 15 15:40:03 EDT 2008


Update of /cvsroot/CMake/CMake/Utilities/cmtar
In directory public:/mounts/ram/cvs-serv17340/Utilities/cmtar

Modified Files:
      Tag: CMake-2-6
	CMakeLists.txt 
Log Message:
ENH: merge in from main tree


Index: CMakeLists.txt
===================================================================
RCS file: /cvsroot/CMake/CMake/Utilities/cmtar/CMakeLists.txt,v
retrieving revision 1.27
retrieving revision 1.27.2.1
diff -C 2 -d -r1.27 -r1.27.2.1
*** CMakeLists.txt	30 Jan 2008 12:17:36 -0000	1.27
--- CMakeLists.txt	15 May 2008 19:40:01 -0000	1.27.2.1
***************
*** 1,4 ****
! CMAKE_MINIMUM_REQUIRED(VERSION 2.0)
  PROJECT(LIBTAR C)
  INCLUDE_REGULAR_EXPRESSION("^.*$")
  
--- 1,9 ----
! CMAKE_MINIMUM_REQUIRED(VERSION 2.4)
! IF(COMMAND CMAKE_POLICY)
!   CMAKE_POLICY(SET CMP0003 NEW)
! ENDIF(COMMAND CMAKE_POLICY)
! 
  PROJECT(LIBTAR C)
+ 
  INCLUDE_REGULAR_EXPRESSION("^.*$")
  



More information about the Cmake-commits mailing list