[Cmake-commits] [cmake-commits] hoffman committed CMakeLists.txt 1.144.2.14 1.144.2.15 ChangeLog.manual 1.1.10.12 1.1.10.13

cmake-commits at cmake.org cmake-commits at cmake.org
Tue Apr 22 22:05:41 EDT 2008


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

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


Index: CMakeLists.txt
===================================================================
RCS file: /cvsroot/CMake/CMake/CMakeLists.txt,v
retrieving revision 1.144.2.14
retrieving revision 1.144.2.15
diff -C 2 -d -r1.144.2.14 -r1.144.2.15
*** CMakeLists.txt	21 Apr 2008 19:21:52 -0000	1.144.2.14
--- CMakeLists.txt	23 Apr 2008 02:05:39 -0000	1.144.2.15
***************
*** 355,359 ****
  SET(CMake_VERSION_MINOR 6)
  SET(CMake_VERSION_PATCH 0)
! SET(CMake_VERSION_RC 82)
  # 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 0)
! SET(CMake_VERSION_RC 83)
  # 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.12
retrieving revision 1.1.10.13
diff -C 2 -d -r1.1.10.12 -r1.1.10.13
*** ChangeLog.manual	21 Apr 2008 19:21:52 -0000	1.1.10.12
--- ChangeLog.manual	23 Apr 2008 02:05:39 -0000	1.1.10.13
***************
*** 1,3 ****
--- 1,13 ----
+ Changes in CMake 2.6.0 RC 83
+ 
+ - Use c compiler path to find asm compiler
+ - Allow RC compiler to not get all COMPILE_FLAGS
+ - Complete overhaul for FindBoost.cmake
+ - Minor fixes for FindMPI.cmake
+ - Fix for list command and empty list elements CMP0007
+ - Fix for VS6 and sub-groups
+ 
  Changes in CMake 2.6.0 RC 82
+ 
  - Fix bug 6440, and make sure _INIT flags do not overright cache values
  - Do not report CMP0003 for anything other than -l



More information about the Cmake-commits mailing list