[Cmake-commits] [cmake-commits] hoffman committed CMakeLists.txt 1.144.2.59 1.144.2.60 ChangeLog.manual 1.1.10.57 1.1.10.58

cmake-commits at cmake.org cmake-commits at cmake.org
Wed Feb 18 12:40:28 EST 2009


Update of /cvsroot/CMake/CMake
In directory public:/mounts/ram/cvs-serv6805

Modified Files:
      Tag: CMake-2-6
	CMakeLists.txt ChangeLog.manual 
Log Message:
ENH: put in fix for Xcode rebuild issue on branch


Index: CMakeLists.txt
===================================================================
RCS file: /cvsroot/CMake/CMake/CMakeLists.txt,v
retrieving revision 1.144.2.59
retrieving revision 1.144.2.60
diff -C 2 -d -r1.144.2.59 -r1.144.2.60
*** CMakeLists.txt	16 Feb 2009 19:06:32 -0000	1.144.2.59
--- CMakeLists.txt	18 Feb 2009 17:40:26 -0000	1.144.2.60
***************
*** 355,359 ****
  SET(CMake_VERSION_MINOR 6)
  SET(CMake_VERSION_PATCH 3)
! SET(CMake_VERSION_RC 14)
  # CVS versions are odd, if this is an odd minor version
  # then set the CMake_VERSION_DATE variable
--- 355,359 ----
  SET(CMake_VERSION_MINOR 6)
  SET(CMake_VERSION_PATCH 3)
! SET(CMake_VERSION_RC 15)
  # CVS versions are odd, if this is an odd minor version
  # then set the CMake_VERSION_DATE variable

Index: ChangeLog.manual
===================================================================
RCS file: /cvsroot/CMake/CMake/Attic/ChangeLog.manual,v
retrieving revision 1.1.10.57
retrieving revision 1.1.10.58
diff -C 2 -d -r1.1.10.57 -r1.1.10.58
*** ChangeLog.manual	16 Feb 2009 19:06:32 -0000	1.1.10.57
--- ChangeLog.manual	18 Feb 2009 17:40:26 -0000	1.1.10.58
***************
*** 1,2 ****
--- 1,5 ----
+ Changes in CMake 2.6.3 RC 15
+ - Fix Xcode rebuild issue with static libraries
+ 
  Changes in CMake 2.6.3 RC 14
  - Take cmake-gui out of beta for windows installer



More information about the Cmake-commits mailing list