SHA256
1
0
forked from pool/cmake

Accepting request 178065 from home:cgiboudeaux:branches:devel:tools:building

Update to 2.8.11.1

OBS-URL: https://build.opensuse.org/request/show/178065
OBS-URL: https://build.opensuse.org/package/show/devel:tools:building/cmake?expand=0&rev=111
This commit is contained in:
Vítězslav Čížek
2013-06-10 07:31:16 +00:00
committed by Git OBS Bridge
parent f31428a5c3
commit 73cc455b7e
6 changed files with 45 additions and 5 deletions

View File

@@ -1,3 +1,23 @@
-------------------------------------------------------------------
Sat Jun 8 08:16:43 UTC 2013 - cgiboudeaux@gmx.com
- Update to 2.8.11.1
* 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)
* Fix test failures caused by regexp-sensitive characters in the build paths
* 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
-------------------------------------------------------------------
Sat May 18 12:42:24 UTC 2013 - cgiboudeaux@gmx.com