CMake 2.8.11-rc3
This commit is contained in:
parent
dfca68ce89
commit
573f39cb2a
|
@ -1,3 +1,14 @@
|
|||
Changes in CMake 2.8.11-rc3 (since 2.8.11-rc2)
|
||||
----------------------------------------------
|
||||
Brad King (1):
|
||||
get_filename_component: Document path components more clearly (#14091)
|
||||
|
||||
Rolf Eike Beer (1):
|
||||
try_compile: add missing fclose() to recently added error case
|
||||
|
||||
Stephen Kelly (1):
|
||||
Fix clearing of the INCLUDE_DIRECTORIES DIRECTORY property.
|
||||
|
||||
Changes in CMake 2.8.11-rc2 (since 2.8.11-rc1)
|
||||
----------------------------------------------
|
||||
Alex Neundorf (6):
|
||||
|
|
|
@ -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 2)
|
||||
set(CMake_VERSION_RC 3)
|
||||
|
|
Loading…
Reference in New Issue