diff options
author | Brad King <brad.king@kitware.com> | 2017-10-13 18:36:45 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2017-10-13 18:36:45 (GMT) |
commit | f64c554cc9d196f3c1f81a532e4a429b2a180943 (patch) | |
tree | 3bf44bd7c5d6f086ce0542d68727a57e15911d01 /Help/manual | |
parent | 4d04ede10c451ce9a53e8bc34e0d64ab167ad9f9 (diff) | |
parent | 22beb07f9871338c3cdc1ce47bf1da0433519547 (diff) | |
download | CMake-f64c554cc9d196f3c1f81a532e4a429b2a180943.zip CMake-f64c554cc9d196f3c1f81a532e4a429b2a180943.tar.gz CMake-f64c554cc9d196f3c1f81a532e4a429b2a180943.tar.bz2 |
Merge branch 'imported-interface-no-system' into release-3.10
Merge-request: !1386
Diffstat (limited to 'Help/manual')
-rw-r--r-- | Help/manual/cmake-buildsystem.7.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Help/manual/cmake-buildsystem.7.rst b/Help/manual/cmake-buildsystem.7.rst index debaf23..ae538ed 100644 --- a/Help/manual/cmake-buildsystem.7.rst +++ b/Help/manual/cmake-buildsystem.7.rst @@ -687,7 +687,8 @@ property are treated as ``SYSTEM`` include directories, as if they were 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 with the :prop_tgt:`NO_SYSTEM_FROM_IMPORTED` target property. +be controlled by setting the :prop_tgt:`NO_SYSTEM_FROM_IMPORTED` target +property on the *consumers* of imported targets. If a binary target is linked transitively to a Mac OX framework, the ``Headers`` directory of the framework is also treated as a usage requirement. @@ -970,7 +971,6 @@ are: * ``EXPORT_NAME`` * ``IMPORTED`` * ``NAME`` -* ``NO_SYSTEM_FROM_IMPORTED`` * Properties matching ``IMPORTED_LIBNAME_*`` * Properties matching ``MAP_IMPORTED_CONFIG_*`` |