[Cmake-commits] [cmake-commits] hoffman committed CMakeLists.txt 1.144.2.29 1.144.2.30 ChangeLog.manual 1.1.10.28 1.1.10.29

cmake-commits at cmake.org cmake-commits at cmake.org
Tue Jul 15 11:35:48 EDT 2008


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

Modified Files:
      Tag: CMake-2-6
	CMakeLists.txt ChangeLog.manual 
Log Message:
ENH: merge in fix for xcode and new version of find boost


Index: CMakeLists.txt
===================================================================
RCS file: /cvsroot/CMake/CMake/CMakeLists.txt,v
retrieving revision 1.144.2.29
retrieving revision 1.144.2.30
diff -C 2 -d -r1.144.2.29 -r1.144.2.30
*** CMakeLists.txt	14 Jul 2008 16:24:34 -0000	1.144.2.29
--- CMakeLists.txt	15 Jul 2008 15:35:46 -0000	1.144.2.30
***************
*** 355,359 ****
  SET(CMake_VERSION_MINOR 6)
  SET(CMake_VERSION_PATCH 1)
! SET(CMake_VERSION_RC 8)
  # 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 1)
! SET(CMake_VERSION_RC 9)
  # 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.28
retrieving revision 1.1.10.29
diff -C 2 -d -r1.1.10.28 -r1.1.10.29
*** ChangeLog.manual	14 Jul 2008 16:24:34 -0000	1.1.10.28
--- ChangeLog.manual	15 Jul 2008 15:35:46 -0000	1.1.10.29
***************
*** 1,2 ****
--- 1,5 ----
+ Changes in CMake 2.6.1 RC 9
+ - Fix bug # 7316 Xcode double escaped define strings
+ - FindBoost can now find the upcoming Boost 1.46
  Changes in CMake 2.6.1 RC 8
  - Fix build problem with missing cpack file



More information about the Cmake-commits mailing list