[Cmake-commits] [cmake-commits] hoffman committed CMakeLists.txt 1.144.2.32 1.144.2.33 ChangeLog.manual 1.1.10.31 1.1.10.32
cmake-commits at cmake.org
cmake-commits at cmake.org
Tue Jul 22 14:04:25 EDT 2008
Update of /cvsroot/CMake/CMake
In directory public:/mounts/ram/cvs-serv16460
Modified Files:
Tag: CMake-2-6
CMakeLists.txt ChangeLog.manual
Log Message:
ENH: merge in changes from main tree for RC12
Index: CMakeLists.txt
===================================================================
RCS file: /cvsroot/CMake/CMake/CMakeLists.txt,v
retrieving revision 1.144.2.32
retrieving revision 1.144.2.33
diff -C 2 -d -r1.144.2.32 -r1.144.2.33
*** CMakeLists.txt 18 Jul 2008 15:24:25 -0000 1.144.2.32
--- CMakeLists.txt 22 Jul 2008 18:04:23 -0000 1.144.2.33
***************
*** 355,359 ****
SET(CMake_VERSION_MINOR 6)
SET(CMake_VERSION_PATCH 1)
! SET(CMake_VERSION_RC 11)
# 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 12)
# 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.31
retrieving revision 1.1.10.32
diff -C 2 -d -r1.1.10.31 -r1.1.10.32
*** ChangeLog.manual 18 Jul 2008 15:24:25 -0000 1.1.10.31
--- ChangeLog.manual 22 Jul 2008 18:04:23 -0000 1.1.10.32
***************
*** 1,2 ****
--- 1,25 ----
+ Changes in CMake 2.6.1 RC 12
+ - Fix issue with .lib being seen as .obj with VS due to a full path
+ to a library given without the file extension. This only worked
+ with the VS generator, but some projects had worked around it with
+ if statements. It now issues a warning, but should link.
+ - Update cpack stuff for beta OSX bundle generator for CPack
+ - CheckFortranFunctionExists.cmake now calls the function.
+ - FindBLAS.cmake, FindLAPACK.cmake modules were redesigned so
+ now you have three new variables BLA_VENDOR (you can specify the VENDOR),
+ BLA_STATIC (gets the static version of libs), BLA_F95
+ (gets the fortran 95 interface). BLA_VENDOR can be specified as
+ an environment variable. Intel mkls libs need FindThreads to
+ be found correctly so you will need to enable the C/CXX
+ - FindMPI: Use the HINTS feature of find_library to find the right
+ libraries for MPI, and act a bit more intelligently when MPI cannot be found.
+ - Improved support for finding wxWidgets in MinGW environment.
+ - CMAKE[_SYSTEM]_(LIBRARY|PROGRAM|INCLUDE|PREFIX)_PATH variables
+ moved CMAKE_CROSSCOMPILING from "Variables that modify behaviour" to
+ "variables that Provide Information"
+ - handle HTML documentation for single items better: no warning about
+ ComputeSectionLinkPrefix, don't create an index for only one item.
+ - Better error messages in CPackBundleGenerator
+
Changes in CMake 2.6.1 RC 11
- Fix curl build issue with Xcode 3.1
***************
*** 7,11 ****
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
--- 30,34 ----
Changes in CMake 2.6.1 RC 9
- Fix bug # 7316 Xcode double escaped define strings
! - FindBoost can now find the upcoming Boost 1.36
Changes in CMake 2.6.1 RC 8
- Fix build problem with missing cpack file
More information about the Cmake-commits
mailing list