CMake 2.8.11-rc4

This commit is contained in:
Robert Maynard 2013-05-07 11:56:31 -04:00
parent b882ef7565
commit 6162e0ff2d
2 changed files with 11 additions and 1 deletions

View File

@ -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)
----------------------------------------------
Brad King (1):

View File

@ -3,4 +3,4 @@ set(CMake_VERSION_MAJOR 2)
set(CMake_VERSION_MINOR 8)
set(CMake_VERSION_PATCH 11)
set(CMake_VERSION_TWEAK 0)
set(CMake_VERSION_RC 3)
set(CMake_VERSION_RC 4)