SHA256
1
0
forked from pool/cmake

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

update to cmake 3.18.0

OBS-URL: https://build.opensuse.org/request/show/821995
OBS-URL: https://build.opensuse.org/package/show/devel:tools:building/cmake?expand=0&rev=420
This commit is contained in:
Martin Pluskal
2020-07-21 08:54:12 +00:00
committed by Git OBS Bridge
parent 74efd581ab
commit 834ab94420
11 changed files with 119 additions and 65 deletions

View File

@@ -1,3 +1,24 @@
-------------------------------------------------------------------
Thu Jul 16 15:36:16 UTC 2020 - Christoph G <foss@grueninger.de>
- update to cmake 3.18.0
* The “CUDA” language can now be compiled using Clang on non-Windows platforms.
* “cmake(1)” gained support for profiling of CMake scripts
* The “cmake_language()” command was added for meta-operations on
scripted or built-in commands, starting with a mode to “CALL” other
commands, and “EVAL CODE” to inplace evaluate a CMake script.
* The “find_program()”, “find_library()”, “find_path()” and
“find_file()” commands gained a new “REQUIRED” option that will stop
processing with an error message if nothing is found.
* The “CheckLinkerFlag” module has been added to provide a facility to
check validity of link flags.
* “ccmake(1)” learned to read a “CCMAKE_COLORS” environment variable
to customize colors.
- Drop patch lua54.patch, it became part of upstream
- Udjust patch cmake-fix-ruby-test.patch
- Add patch no-system-nghttp2.patch which will become part of 3.18.1
to disable nghttp2 from system for cmake-mini
-------------------------------------------------------------------
Wed Jul 8 20:06:07 UTC 2020 - Matej Cepl <mcepl@suse.com>