mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-08 14:50:10 -06:00
Imported INTERFACE libraries can specify include directories via `INTERFACE_INCLUDE_DIRECTORIES` so the default behavior of treating them as system include directories applies. Allow users to turn this off by setting `NO_SYSTEM_FROM_IMPORTED` on such targets. Closes: #16443
6 lines
202 B
ReStructuredText
6 lines
202 B
ReStructuredText
imported-interface-no-system
|
|
----------------------------
|
|
|
|
* The :prop_tgt:`NO_SYSTEM_FROM_IMPORTED` target property is now supported
|
|
on :ref:`Imported <Imported Targets>` :ref:`Interface Libraries`.
|