CMake 2.8.12
This commit is contained in:
parent
431eaf3783
commit
ffff99c58e
|
@ -1,3 +1,14 @@
|
|||
Changes in CMake 2.8.12 (since 2.8.12-rc4)
|
||||
------------------------------------------
|
||||
Brad King (4):
|
||||
Xcode: Fix test architecture selection for Xcode >= 5
|
||||
Xcode: Teach Tests/BuildDepends to allow LINK_DEPENDS_NO_SHARED failure
|
||||
Xcode: Drop XCODE_DEPEND_HELPER for Xcode >= 5
|
||||
Xcode: Fix OBJECT library support for Xcode 5 (#14254)
|
||||
|
||||
Stephen Kelly (1):
|
||||
Genex: Fix processing multiple include directories for relative paths
|
||||
|
||||
Changes in CMake 2.8.12-rc4 (since 2.8.12-rc3)
|
||||
----------------------------------------------
|
||||
Brad King (8):
|
||||
|
|
|
@ -3,4 +3,4 @@ set(CMake_VERSION_MAJOR 2)
|
|||
set(CMake_VERSION_MINOR 8)
|
||||
set(CMake_VERSION_PATCH 12)
|
||||
set(CMake_VERSION_TWEAK 0)
|
||||
set(CMake_VERSION_RC 4)
|
||||
#set(CMake_VERSION_RC 0)
|
||||
|
|
Loading…
Reference in New Issue