mirror of
https://gitlab.kitware.com/cmake/cmake.git
synced 2026-09-27 04:09:36 +03:00
10 lines
394 B
ReStructuredText
10 lines
394 B
ReStructuredText
verify-interface-header-sets
|
|
----------------------------
|
|
|
|
* A new :prop_tgt:`VERIFY_INTERFACE_HEADER_SETS` target property was added,
|
|
which can be used to verify that all headers in header sets can be used on
|
|
their own.
|
|
* A new :variable:`CMAKE_VERIFY_INTERFACE_HEADER_SETS` variable was added,
|
|
which is used to initialize the :prop_tgt:`VERIFY_INTERFACE_HEADER_SETS`
|
|
target property.
|