[Cmake-commits] [cmake-commits] hoffman committed CMakeLists.txt 1.144.2.7 1.144.2.8 ChangeLog.manual 1.1.10.2 1.1.10.3

cmake-commits at cmake.org cmake-commits at cmake.org
Mon Mar 31 17:57:43 EDT 2008


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

Modified Files:
      Tag: CMake-2-6
	CMakeLists.txt ChangeLog.manual 
Log Message:
ENH: merge changes from head to 26 branch


Index: CMakeLists.txt
===================================================================
RCS file: /cvsroot/CMake/CMake/CMakeLists.txt,v
retrieving revision 1.144.2.7
retrieving revision 1.144.2.8
diff -C 2 -d -r1.144.2.7 -r1.144.2.8
*** CMakeLists.txt	30 Mar 2008 13:08:58 -0000	1.144.2.7
--- CMakeLists.txt	31 Mar 2008 21:57:41 -0000	1.144.2.8
***************
*** 355,359 ****
  SET(CMake_VERSION_MINOR 6)
  SET(CMake_VERSION_PATCH 0)
! SET(CMake_VERSION_RC 51)
  # 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 52)
  # 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.2
retrieving revision 1.1.10.3
diff -C 2 -d -r1.1.10.2 -r1.1.10.3
*** ChangeLog.manual	30 Mar 2008 13:09:06 -0000	1.1.10.2
--- ChangeLog.manual	31 Mar 2008 21:57:41 -0000	1.1.10.3
***************
*** 16,19 ****
--- 16,25 ----
  - Fix MacOSX install symlink crash problem
  - Fix turning of Dev warnings with gui's
+ - Fix backwards compatibility issue with FindMPI.cmake
+ - Fix for bug 6605, add -L path for optimized in debug sometimes for
+   backwards compatibility
+ - Allow for CMP0000 to be set before any warnings happen
+ - Do not use FAT32 hack in VS 2005 and 2008 unless on a FAT32 disk,
+   causes try-compiles to be 3 times slower if FAT hack is present.
  
  Changes in CMake 2.6.0 



More information about the Cmake-commits mailing list