CMake 2.8.11-rc4
This commit is contained in:
parent
b882ef7565
commit
6162e0ff2d
|
@ -1,3 +1,13 @@
|
||||||
|
Changes in CMake 2.8.11-rc4 (since 2.8.11-rc3)
|
||||||
|
----------------------------------------------
|
||||||
|
Brad King (1):
|
||||||
|
target_link_libraries: Update usage requirements documentation
|
||||||
|
|
||||||
|
Stephen Kelly (3):
|
||||||
|
Centralize maintenance of usage requirement include directories
|
||||||
|
Fix include dir propagation from conditionally linked targets
|
||||||
|
Memoize usage requirement include directories in a config-specific map
|
||||||
|
|
||||||
Changes in CMake 2.8.11-rc3 (since 2.8.11-rc2)
|
Changes in CMake 2.8.11-rc3 (since 2.8.11-rc2)
|
||||||
----------------------------------------------
|
----------------------------------------------
|
||||||
Brad King (1):
|
Brad King (1):
|
||||||
|
|
|
@ -3,4 +3,4 @@ set(CMake_VERSION_MAJOR 2)
|
||||||
set(CMake_VERSION_MINOR 8)
|
set(CMake_VERSION_MINOR 8)
|
||||||
set(CMake_VERSION_PATCH 11)
|
set(CMake_VERSION_PATCH 11)
|
||||||
set(CMake_VERSION_TWEAK 0)
|
set(CMake_VERSION_TWEAK 0)
|
||||||
set(CMake_VERSION_RC 3)
|
set(CMake_VERSION_RC 4)
|
||||||
|
|
Loading…
Reference in New Issue