summaryrefslogtreecommitdiff
path: root/Help/prop_tgt/IMPORTED_NO_SYSTEM.rst
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2022-02-03 06:10:08 -0500
committerBrad King <brad.king@kitware.com>2022-02-03 06:21:37 -0500
commitec29a6a1a96c7f2a24de9682a656c40ef4061da4 (patch)
treefb18395c9b98d6c8104a142cd8302707acebe2c7 /Help/prop_tgt/IMPORTED_NO_SYSTEM.rst
parent92459258108c0036808f29f83a8503fea18ccee9 (diff)
downloadcmake-ec29a6a1a96c7f2a24de9682a656c40ef4061da4.tar.gz
Help: Clarify documentation on SYSTEM include directories
Mention that system include directories are searched after normal include directories. Document that `IMPORTED_NO_SYSTEM` and `NO_SYSTEM_FROM_IMPORTED` do not affect `INTERFACE_SYSTEM_INCLUDE_DIRECTORIES`.
Diffstat (limited to 'Help/prop_tgt/IMPORTED_NO_SYSTEM.rst')
-rw-r--r--Help/prop_tgt/IMPORTED_NO_SYSTEM.rst4
1 files changed, 3 insertions, 1 deletions
diff --git a/Help/prop_tgt/IMPORTED_NO_SYSTEM.rst b/Help/prop_tgt/IMPORTED_NO_SYSTEM.rst
index cc726d1e1f..f6ad3e5499 100644
--- a/Help/prop_tgt/IMPORTED_NO_SYSTEM.rst
+++ b/Help/prop_tgt/IMPORTED_NO_SYSTEM.rst
@@ -6,7 +6,9 @@ a ``SYSTEM`` library. This has the following effects:
* Entries of :prop_tgt:`INTERFACE_INCLUDE_DIRECTORIES` are not treated
as ``SYSTEM`` include directories when compiling consumers, as they
- would be by default.
+ would be by default. Entries of
+ :prop_tgt:`INTERFACE_SYSTEM_INCLUDE_DIRECTORIES` are not affected,
+ and will always be treated as ``SYSTEM`` include directories.
This property can also be enabled on a non-imported target. Doing so does
not affect the build system, but does tell the :command:`install(EXPORT)` and