CMake 2.8.8
This commit is contained in:
parent
d17c58c853
commit
6218aba37a
|
@ -427,7 +427,7 @@ SET(CMake_VERSION_MAJOR 2)
|
|||
SET(CMake_VERSION_MINOR 8)
|
||||
SET(CMake_VERSION_PATCH 8)
|
||||
SET(CMake_VERSION_TWEAK 0)
|
||||
SET(CMake_VERSION_RC 2)
|
||||
#SET(CMake_VERSION_RC 2)
|
||||
|
||||
# Releases define a tweak level.
|
||||
IF(DEFINED CMake_VERSION_TWEAK)
|
||||
|
|
|
@ -1,3 +1,22 @@
|
|||
Changes in CMake 2.8.8 (since 2.8.8-rc2)
|
||||
----------------------------------------
|
||||
Brad King (1):
|
||||
CheckIncludeFiles: Shorten check description message
|
||||
|
||||
David Cole (3):
|
||||
CPackNSIS: Rewrite variable documentation to make it more readable.
|
||||
OS X: Use correct extra path when searching for applicaton bundles (#13066)
|
||||
OS X: Mark find_program results as advanced
|
||||
|
||||
Eric NOULARD (1):
|
||||
Fix some doc typo and add an undocumented var.
|
||||
|
||||
Kashif Rasul (1):
|
||||
OS X: Use OSX_DEVELOPER_ROOT for app search path (#13066)
|
||||
|
||||
Rolf Eike Beer (1):
|
||||
FindBoost: add support for 1.49 and 1.50
|
||||
|
||||
Changes in CMake 2.8.8-rc2 (since 2.8.8-rc1)
|
||||
--------------------------------------------
|
||||
Alex Neundorf (4):
|
||||
|
|
Loading…
Reference in New Issue