mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-06 05:40:54 -06:00
Add an `IMPORTED_NO_SYSTEM` target property to specify this. When enabled, do not treat the `INTERFACE_INCLUDE_DIRECTORIES` of an imported target as `SYSTEM` include directories. This is similar to the existing `NO_SYSTEM_FROM_IMPORTED` property, but works from the consumed target rather than the consumer. Fixes: #17364
8 lines
276 B
ReStructuredText
8 lines
276 B
ReStructuredText
imported-no-system
|
|
------------------
|
|
|
|
* The :prop_tgt:`IMPORTED_NO_SYSTEM` target property was added to
|
|
specify that an :ref:`Imported Target <Imported Targets>` should
|
|
not be treated as a system library (i.e. its include directories
|
|
are not automatically ``SYSTEM``).
|