diff options
author | Brad King <brad.king@kitware.com> | 2022-12-06 00:42:06 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2022-12-06 00:42:06 (GMT) |
commit | b15b9cf286ef1b878103cf9be8cf8ae32347ee35 (patch) | |
tree | 350c7c3553893ec8d91c95ea746af364599e302e /Help/prop_dir | |
parent | 60fc165dcb9211ed0dda20ee2887414f339c5d9a (diff) | |
download | CMake-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_dir')
-rw-r--r-- | Help/prop_dir/SYSTEM.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Help/prop_dir/SYSTEM.rst b/Help/prop_dir/SYSTEM.rst index 4f923b7..ad4ace1 100644 --- a/Help/prop_dir/SYSTEM.rst +++ b/Help/prop_dir/SYSTEM.rst @@ -4,7 +4,7 @@ SYSTEM .. versionadded:: 3.25 This directory property is used to initialize the :prop_tgt:`SYSTEM` -target property for targets created in that directory. It is set to -true by :command:`add_subdirectory` and +target property for non-imported targets created in that directory. +It is set to true by :command:`add_subdirectory` and :command:`FetchContent_Declare` when the ``SYSTEM`` option is given as an argument to those commands. |