mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-07 06:09:52 -06:00
If it is ON, treat INTERFACE_INCLUDE_DIRECTORIES as system include directories. Issue: #18040 Signed-off-by: Da Quexian <daquexian566@gmail.com>
8 lines
221 B
ReStructuredText
8 lines
221 B
ReStructuredText
system
|
|
------
|
|
|
|
* The :prop_tgt:`SYSTEM` target property was added to specify
|
|
that a target should be treated as a system library (i.e.
|
|
its include directories are automatically ``SYSTEM`` when
|
|
compiling consumers).
|