[Cmake-commits] [cmake-commits] hoffman committed CMakeLists.txt 1.144.2.41 1.144.2.42 ChangeLog.manual 1.1.10.39 1.1.10.40

cmake-commits at cmake.org cmake-commits at cmake.org
Fri Sep 12 10:56:22 EDT 2008


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

Modified Files:
      Tag: CMake-2-6
	CMakeLists.txt ChangeLog.manual 
Log Message:
ENH: 2.6.2 RC 4 merge into main tree


Index: CMakeLists.txt
===================================================================
RCS file: /cvsroot/CMake/CMake/CMakeLists.txt,v
retrieving revision 1.144.2.41
retrieving revision 1.144.2.42
diff -C 2 -d -r1.144.2.41 -r1.144.2.42
*** CMakeLists.txt	4 Sep 2008 21:10:44 -0000	1.144.2.41
--- CMakeLists.txt	12 Sep 2008 14:56:20 -0000	1.144.2.42
***************
*** 355,359 ****
  SET(CMake_VERSION_MINOR 6)
  SET(CMake_VERSION_PATCH 2)
! SET(CMake_VERSION_RC 3)
  # 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 2)
! SET(CMake_VERSION_RC 4)
  # 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.39
retrieving revision 1.1.10.40
diff -C 2 -d -r1.1.10.39 -r1.1.10.40
*** ChangeLog.manual	4 Sep 2008 21:10:44 -0000	1.1.10.39
--- ChangeLog.manual	12 Sep 2008 14:56:20 -0000	1.1.10.40
***************
*** 1,2 ****
--- 1,17 ----
+ Changes in CMake 2.6.2 RC 4
+ - Fix bug #7359 make llvm-gcc work, by explicitely excluding
+   "llvm-" from _CMAKE_TOOLCHAIN_PREFIX
+ - Fix bug 7046: OS X Framework support: extensionless headers were
+   being ignored when specified as public headers
+ - Fix documentation in CheckCCompilerFlag.cmake
+ - Add better version support to find_package command
+ - Fix Xcode debug not working
+ - Add VERSION compare to if command
+ - Make FindThreads sete THREADS_FOUND
+ - Deb cpack generator sets Installed-Size for the package
+ - Do not add an empty /D"" at the end of VS 6 .dsp compile lines
+ - Recognize /MAP in VS 7 and greater
+ - Add new policy CMP0009 - GLOB_RECURSE should not follow symlinks by default
+ 
  Changes in CMake 2.6.2 RC 3
  - Fix bug, and remove extra closing > in visual fortran projects.



More information about the Cmake-commits mailing list