SHA256
1
0
forked from pool/cmake

Accepting request 344116 from home:mathletic:branches:devel:tools:building

update to version 3.4.0

OBS-URL: https://build.opensuse.org/request/show/344116
OBS-URL: https://build.opensuse.org/package/show/devel:tools:building/cmake?expand=0&rev=230
This commit is contained in:
Martin Pluskal
2015-11-13 07:13:54 +00:00
committed by Git OBS Bridge
parent c91d96b115
commit ca254c3cd6
11 changed files with 76 additions and 88 deletions

View File

@@ -1,3 +1,21 @@
-------------------------------------------------------------------
Thu Nov 12 21:43:23 UTC 2015 - foss@grueninger.de
- Update to 3.4.0
* The "if()" command learned a new "TEST" operator that evaluates to
true if a given test name has been defined by the "add_test()"
command. See policy "CMP0064".
* The "install(DIRECTORY)" command "DESTINATION" option learned to
support "generator expressions".
* The "install(FILES)" command "DESTINATION" option learned to
support "generator expressions".
* CMake learned to honor "*.manifest" source files with MSVC tools.
Manifest files named as sources of ".exe" and ".dll" targets will be
merged with linker-generated manifests and embedded in the binary.
Full changelog see http://kitware.com/blog/home/post/1002
- Drop patche included in upstream
* cmake-3.3.1-FindPkgConfig_remove_variable_dereference.patch
-------------------------------------------------------------------
Mon Sep 21 08:40:41 UTC 2015 - tchvatal@suse.com