[Cmake-commits] [cmake-commits] hoffman committed CMakeLists.txt 1.144.2.49 1.144.2.50 ChangeLog.manual 1.1.10.46 1.1.10.47

cmake-commits at cmake.org cmake-commits at cmake.org
Tue Dec 2 07:07:38 EST 2008


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

Modified Files:
      Tag: CMake-2-6
	CMakeLists.txt ChangeLog.manual 
Log Message:
ENH: merge in RC 5


Index: CMakeLists.txt
===================================================================
RCS file: /cvsroot/CMake/CMake/CMakeLists.txt,v
retrieving revision 1.144.2.49
retrieving revision 1.144.2.50
diff -C 2 -d -r1.144.2.49 -r1.144.2.50
*** CMakeLists.txt	11 Nov 2008 21:52:21 -0000	1.144.2.49
--- CMakeLists.txt	2 Dec 2008 12:07:36 -0000	1.144.2.50
***************
*** 355,359 ****
  SET(CMake_VERSION_MINOR 6)
  SET(CMake_VERSION_PATCH 3)
! SET(CMake_VERSION_RC 4)
  # 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 5)
  # 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.46
retrieving revision 1.1.10.47
diff -C 2 -d -r1.1.10.46 -r1.1.10.47
*** ChangeLog.manual	11 Nov 2008 21:52:21 -0000	1.1.10.46
--- ChangeLog.manual	2 Dec 2008 12:07:36 -0000	1.1.10.47
***************
*** 1,2 ****
--- 1,16 ----
+ Changes in CMake 2.6.3 RC 5
+ - add EXCLUDE, INCLUDE to ctest_test command in ctest -S scripts
+ - Set CMAKE_SYSTEM in ctest -S scripts by reading CMakeDetermineSystem
+ - Fix for GetLibraryNamesInternal called on imported target issue on osx
+ - Add FortranCInterface.cmake module to discover Fortran/C interfaces
+ - Fix Fortran compiler specified with -D issue
+ - Add support for the MS masm and masm64 assemblers, works with nmake/make
+ - Improvments to FindQt4.cmake
+ - InstallRequiredSystemLibraries fix for win64
+ - Fix flags for Sun Fortran, and g77 
+ - Fix imported library issue with OSX
+ - Fix -D and CACHE FORCE issue
+ - Have kwsys submit dashboards to cdash.org
+ 
  Changes in CMake 2.6.3 RC 4
  - Fix for SccProvider in visual studio 



More information about the Cmake-commits mailing list