[Cmake-commits] [cmake-commits] hoffman committed CMakeLists.txt 1.1.2.2 1.1.2.3

cmake-commits at cmake.org cmake-commits at cmake.org
Thu Jul 31 12:00:38 EDT 2008


Update of /cvsroot/CMake/CMake/Tests/BundleGeneratorTest
In directory public:/mounts/ram/cvs-serv26146

Modified Files:
      Tag: CMake-2-6
	CMakeLists.txt 
Log Message:
ENH: fix for branch


Index: CMakeLists.txt
===================================================================
RCS file: /cvsroot/CMake/CMake/Tests/BundleGeneratorTest/CMakeLists.txt,v
retrieving revision 1.1.2.2
retrieving revision 1.1.2.3
diff -C 2 -d -r1.1.2.2 -r1.1.2.3
*** CMakeLists.txt	31 Jul 2008 15:52:25 -0000	1.1.2.2
--- CMakeLists.txt	31 Jul 2008 16:00:35 -0000	1.1.2.3
***************
*** 1,5 ****
  PROJECT(BundleGeneratorTest)
  
! CMAKE_MINIMUM_REQUIRED(VERSION 2.7)
  
  # Build a shared library and install it in lib/
--- 1,5 ----
  PROJECT(BundleGeneratorTest)
  
! CMAKE_MINIMUM_REQUIRED(VERSION 2.6)
  
  # Build a shared library and install it in lib/



More information about the Cmake-commits mailing list