mirror of
https://github.com/reactos/CMake.git
synced 2024-11-24 03:59:58 +00:00
CMake 2.8.11.2
This commit is contained in:
parent
acff729701
commit
3bff90f866
@ -1,3 +1,21 @@
|
||||
Changes in CMake 2.8.11.2 (since 2.8.11.1)
|
||||
------------------------------------------
|
||||
Alex Neundorf (1):
|
||||
asm support: adapt to changes in CMakeDetectCompiler in 2.8.10
|
||||
|
||||
Bjoern Thiel (1):
|
||||
SelectLibraryConfigurations: Fix for cached <base>_LIBRARY
|
||||
|
||||
Brad King (5):
|
||||
cmCryptoHash: Increase alignment of HashFile buffer
|
||||
cmcurl: Backport curl bug 1192 fix (#14250)
|
||||
VS12: Add Visual Studio 12 generator (#14251)
|
||||
VS12: Generate flag tables from MSBuild v120 tool files
|
||||
FindBoost: Add -vc120 mangling for VS 12
|
||||
|
||||
Robert Maynard (1):
|
||||
VS: Clarify Visual Studio product year for each version
|
||||
|
||||
Changes in CMake 2.8.11.1 (since 2.8.11)
|
||||
----------------------------------------
|
||||
Brad King (5):
|
||||
|
@ -2,5 +2,5 @@
|
||||
set(CMake_VERSION_MAJOR 2)
|
||||
set(CMake_VERSION_MINOR 8)
|
||||
set(CMake_VERSION_PATCH 11)
|
||||
set(CMake_VERSION_TWEAK 1)
|
||||
set(CMake_VERSION_TWEAK 2)
|
||||
#set(CMake_VERSION_RC 0)
|
||||
|
Loading…
Reference in New Issue
Block a user