SHA256
1
0
forked from pool/cmake

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

- update to 3.21

OBS-URL: https://build.opensuse.org/request/show/906349
OBS-URL: https://build.opensuse.org/package/show/devel:tools:building/cmake?expand=0&rev=468
This commit is contained in:
2021-07-15 09:22:46 +00:00
committed by Git OBS Bridge
parent 1d2d480ba0
commit c337d09e25
8 changed files with 54 additions and 36 deletions

View File

@@ -1,3 +1,21 @@
-------------------------------------------------------------------
Wed Jul 14 19:32:35 UTC 2021 - Christoph G <foss@grueninger.de>
- update to 3.21
* The Makefile Generators and the “Ninja” generator learned to add
linker launcher tools along with the linker for “C”, “CXX”,
“OBJC”, and “OBJCXX” languages.
* “cmake(1)” gained the “toolchain <path/to/file>” command-line
option to specify a toolchain file.
* Messages printed to a terminal now may be colored by message
type.
* The “add_custom_command(TARGET)” command (for Build Events)
gained support for resolving target-dependent generator
expressions.
* The “install(TARGETS)” command gained new “RUNTIME_DEPENDENCIES”
and “RUNTIME_DEPENDENCY_SET” arguments, which can be used to
install runtime dependencies using “file(GET_RUNTIME_DEPENDENCIES)”.
-------------------------------------------------------------------
Mon Jul 5 15:41:15 UTC 2021 - Antonio Larrosa <alarrosa@suse.com>