SHA256
1
0
forked from pool/cmake

Accepting request 709824 from home:avindra

- update to 3.14.5
  * fix bug: entries of the CPATH environment variable are no longer
    excluded from explicit use via include_directories() and
    target_include_directories() (broken since v 3.14)
- fix duplicate packing of license file


 No changes specific to CMake-GUI

OBS-URL: https://build.opensuse.org/request/show/709824
OBS-URL: https://build.opensuse.org/package/show/devel:tools:building/cmake?expand=0&rev=360
This commit is contained in:
Martin Pluskal
2019-06-15 17:39:36 +00:00
committed by Git OBS Bridge
parent 6536bb924f
commit bc778f04fc
10 changed files with 49 additions and 32 deletions

View File

@@ -1,3 +1,12 @@
-------------------------------------------------------------------
Fri Jun 14 00:54:57 UTC 2019 - Avindra Goolcharan <avindra@opensuse.org>
- update to 3.14.5
* fix bug: entries of the CPATH environment variable are no longer
excluded from explicit use via include_directories() and
target_include_directories() (broken since v 3.14)
- fix duplicate packing of license file
-------------------------------------------------------------------
Fri May 24 22:53:56 UTC 2019 - Christoph G <foss@grueninger.de>