diff options
author | Brad King <brad.king@kitware.com> | 2013-06-05 13:47:09 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2013-06-05 13:47:09 (GMT) |
commit | c479a06d80bd4b4eecb0923fc7cafcd5a82b3dbc (patch) | |
tree | 1325ca2d6668a6af305a565b1162d842c6cf4b4c /ChangeLog.manual | |
parent | 14779f87d2b09631988e31aa956feac3425d74f3 (diff) | |
download | CMake-c479a06d80bd4b4eecb0923fc7cafcd5a82b3dbc.zip CMake-c479a06d80bd4b4eecb0923fc7cafcd5a82b3dbc.tar.gz CMake-c479a06d80bd4b4eecb0923fc7cafcd5a82b3dbc.tar.bz2 |
CMake 2.8.11.1v2.8.11.1
Diffstat (limited to 'ChangeLog.manual')
-rw-r--r-- | ChangeLog.manual | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/ChangeLog.manual b/ChangeLog.manual index a0da0d5..ff3074d 100644 --- a/ChangeLog.manual +++ b/ChangeLog.manual @@ -1,3 +1,26 @@ +Changes in CMake 2.8.11.1 (since 2.8.11) +---------------------------------------- +Brad King (5): + ExternalData: Do not re-stage staged object files + try_compile: Fix quoting of libraries in generated CMakeLists.txt + KWSys: Fix SystemTools::FileIsDirectory with long paths (#14176) + FindBoost: Fix handling of \ in input paths (#14179) + Xcode: Fix framework search paths in STATIC library targets (#14191) + +Modestas Vainius (1): + Fix test failures caused by regexp-sensitive characters in the build paths + +Stephen Kelly (9): + include_directories: Fix handling of empty or space-only entries + try_compile: Trim whitespace from LINK_LIBRARIES entries + cmTarget: Remove some hardcoding of transitive property names. + GenexEval: Extract a getLinkedTargetsContent from TargetPropertyNode. + GenexEval: Fix evaluation of INCLUDE_DIRECTORIES target property. + GenexEval: Test evaluation of INCLUDE_DIRECTORIES target property. + FindQt4: Don't fail if certain Qt modules are unavailable. + Qt4Macros: Handle Qt ActiveX libraries in qt4_use_modules. + Genex: Fix the HEAD target used for evaluated expressions + Changes in CMake 2.8.11 (since 2.8.11-rc4) ---------------------------------------- None |