summaryrefslogtreecommitdiffstats
path: root/Help/prop_tgt
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2022-12-06 00:42:06 (GMT)
committerBrad King <brad.king@kitware.com>2022-12-06 00:42:06 (GMT)
commitb15b9cf286ef1b878103cf9be8cf8ae32347ee35 (patch)
tree350c7c3553893ec8d91c95ea746af364599e302e /Help/prop_tgt
parent60fc165dcb9211ed0dda20ee2887414f339c5d9a (diff)
downloadCMake-b15b9cf286ef1b878103cf9be8cf8ae32347ee35.zip
CMake-b15b9cf286ef1b878103cf9be8cf8ae32347ee35.tar.gz
CMake-b15b9cf286ef1b878103cf9be8cf8ae32347ee35.tar.bz2
Help: Clarify SYSTEM property default for imported targets
The `SYSTEM` directory property does not affect imported targets. Fixes: #24219
Diffstat (limited to 'Help/prop_tgt')
-rw-r--r--Help/prop_tgt/SYSTEM.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/Help/prop_tgt/SYSTEM.rst b/Help/prop_tgt/SYSTEM.rst
index a267738..6399d24 100644
--- a/Help/prop_tgt/SYSTEM.rst
+++ b/Help/prop_tgt/SYSTEM.rst
@@ -18,5 +18,5 @@ then their :prop_tgt:`INTERFACE_INCLUDE_DIRECTORIES` will not be
treated as ``SYSTEM``, regardless of the value of the
:prop_tgt:`IMPORTED_NO_SYSTEM` property.
-This target property is initialized from the :prop_dir:`SYSTEM`
-directory property when the target is created.
+For non-imported targets, this target property is initialized from
+the :prop_dir:`SYSTEM` directory property when the target is created.