diff options
author | Brad King <brad.king@kitware.com> | 2022-02-03 12:52:35 (GMT) |
---|---|---|
committer | Kitware Robot <kwrobot@kitware.com> | 2022-02-03 12:52:46 (GMT) |
commit | d738939355f73bc2e1b85d80b49564455b62b60b (patch) | |
tree | 5b8d150237dc257dacb2234cd9fa9a4704503541 /Help/manual | |
parent | 7077916781ea0997d65db949498754debe43a5e6 (diff) | |
parent | ec29a6a1a96c7f2a24de9682a656c40ef4061da4 (diff) | |
download | CMake-d738939355f73bc2e1b85d80b49564455b62b60b.zip CMake-d738939355f73bc2e1b85d80b49564455b62b60b.tar.gz CMake-d738939355f73bc2e1b85d80b49564455b62b60b.tar.bz2 |
Merge topic 'doc-imported-no-system'
ec29a6a1a9 Help: Clarify documentation on SYSTEM include directories
Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !6942
Diffstat (limited to 'Help/manual')
-rw-r--r-- | Help/manual/cmake-buildsystem.7.rst | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Help/manual/cmake-buildsystem.7.rst b/Help/manual/cmake-buildsystem.7.rst index 2f43070..f48313a 100644 --- a/Help/manual/cmake-buildsystem.7.rst +++ b/Help/manual/cmake-buildsystem.7.rst @@ -675,7 +675,9 @@ listed in the :prop_tgt:`INTERFACE_SYSTEM_INCLUDE_DIRECTORIES` of the dependency. This can result in omission of compiler warnings for headers found in those directories. This behavior for :ref:`imported targets` may be controlled by setting the :prop_tgt:`NO_SYSTEM_FROM_IMPORTED` target -property on the *consumers* of imported targets. +property on the *consumers* of imported targets, or by setting the +:prop_tgt:`IMPORTED_NO_SYSTEM` target property on the imported targets +themselves. If a binary target is linked transitively to a macOS :prop_tgt:`FRAMEWORK`, the ``Headers`` directory of the framework is also treated as a usage requirement. |