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:
@@ -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>
|
||||
|
||||
|
Reference in New Issue
Block a user