SHA256
1
0
forked from pool/cmake

- update to 3.23.1:

* The target_sources() FILE_SET feature added in CMake 3.23.0 does not yet
    place header files properly in Apple FRAMEWORK targets. Pending further
    work in a future version of CMake, it is now an error to add a FILE_SET of
    type HEADERS to such targets on Apple platforms.
  * The HEADER_SETS and INTERFACE_HEADER_SETS target properties added in CMake
    3.23.0 are now read-only records of the header sets created by the
    target_sources() command.

OBS-URL: https://build.opensuse.org/package/show/devel:tools:building/cmake?expand=0&rev=489
This commit is contained in:
2022-04-13 20:49:49 +00:00
committed by Git OBS Bridge
parent 4c37ec6872
commit 6c892ff060
8 changed files with 47 additions and 35 deletions

View File

@@ -1,3 +1,15 @@
-------------------------------------------------------------------
Wed Apr 13 20:48:21 UTC 2022 - Dirk Müller <dmueller@suse.com>
- update to 3.23.1:
* The target_sources() FILE_SET feature added in CMake 3.23.0 does not yet
place header files properly in Apple FRAMEWORK targets. Pending further
work in a future version of CMake, it is now an error to add a FILE_SET of
type HEADERS to such targets on Apple platforms.
* The HEADER_SETS and INTERFACE_HEADER_SETS target properties added in CMake
3.23.0 are now read-only records of the header sets created by the
target_sources() command.
-------------------------------------------------------------------
Fri Apr 8 11:48:04 UTC 2022 - Dirk Müller <dmueller@suse.com>