CMake 2.8.10.1
This commit is contained in:
parent
f058b27547
commit
902ab6b565
|
@ -1,3 +1,19 @@
|
||||||
|
Changes in CMake 2.8.10.1 (since 2.8.10)
|
||||||
|
----------------------------------------------
|
||||||
|
Brad King (5):
|
||||||
|
Fix default PDB output directory (#13644)
|
||||||
|
Fix PathScale compiler id for Clang-based upstream
|
||||||
|
Update programmatically-reported copyright year (#13638)
|
||||||
|
FindSDL: Restore accidentally dropped search paths (#13651)
|
||||||
|
OS X: Fix default CMAKE_OSX_SYSROOT with deployment target
|
||||||
|
|
||||||
|
Rolf Eike Beer (2):
|
||||||
|
FindOpenSSL: fix library selection on Windows (#13645)
|
||||||
|
FindOpenSSL: also find the non-MD debug libraries for MSVC
|
||||||
|
|
||||||
|
Stephen Kelly (1):
|
||||||
|
GenEx: Use case insensitive comparison for $<CONFIG:...>
|
||||||
|
|
||||||
Changes in CMake 2.8.10 (since 2.8.10-rc3)
|
Changes in CMake 2.8.10 (since 2.8.10-rc3)
|
||||||
----------------------------------------------
|
----------------------------------------------
|
||||||
None
|
None
|
||||||
|
|
|
@ -2,5 +2,5 @@
|
||||||
set(CMake_VERSION_MAJOR 2)
|
set(CMake_VERSION_MAJOR 2)
|
||||||
set(CMake_VERSION_MINOR 8)
|
set(CMake_VERSION_MINOR 8)
|
||||||
set(CMake_VERSION_PATCH 10)
|
set(CMake_VERSION_PATCH 10)
|
||||||
set(CMake_VERSION_TWEAK 0)
|
set(CMake_VERSION_TWEAK 1)
|
||||||
#set(CMake_VERSION_RC 3)
|
#set(CMake_VERSION_RC 3)
|
||||||
|
|
Loading…
Reference in New Issue