SHA256
1
0
forked from pool/cmake

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

update to 3.12.0

OBS-URL: https://build.opensuse.org/request/show/624140
OBS-URL: https://build.opensuse.org/package/show/devel:tools:building/cmake?expand=0&rev=331
This commit is contained in:
Martin Pluskal
2018-07-20 06:40:55 +00:00
committed by Git OBS Bridge
parent 50f38cb70d
commit b1e5d5c427
11 changed files with 63 additions and 40 deletions

View File

@@ -1,3 +1,19 @@
-------------------------------------------------------------------
Wed Jul 18 21:35:32 UTC 2018 - foss@grueninger.de
- update to 3.12.0:
* The “target_link_libraries()” command now supports Object
Libraries. Linking to an object library uses its object files in
direct dependents and also propagates usage requirements.
* The "cmake(1)" Build Tool Mode ("cmake --build") gained "--
parallel []" and "-j []" options to specify a parallel
build level.
* New “FindPython3” and “FindPython2” modules, as well as a new
“FindPython” module, have been added to provide a new way to locate
python environments.
full changelog https://cmake.org/cmake/help/v3.12/release/3.12.html
- adjust c17-default.patch
-------------------------------------------------------------------
Fri Jun 22 22:45:39 UTC 2018 - astieger@suse.com