summaryrefslogtreecommitdiff
path: root/Help/prop_dir
diff options
context:
space:
mode:
authorDa Quexian <daquexian566@gmail.com>2022-06-22 20:18:06 +0800
committerBrad King <brad.king@kitware.com>2022-09-26 10:56:54 -0400
commit2eb30a7036214ec960f0666163ff44ef754f6afe (patch)
tree19f7bc19562409245f326da04371acbca8e9ea85 /Help/prop_dir
parent80e4a155e0feddf1a02fb2701dff5ddbb427552a (diff)
downloadcmake-2eb30a7036214ec960f0666163ff44ef754f6afe.tar.gz
add_subdirectory: Add SYSTEM option
Fixes: #22401 Signed-off-by: Da Quexian <daquexian566@gmail.com>
Diffstat (limited to 'Help/prop_dir')
-rw-r--r--Help/prop_dir/SYSTEM.rst10
1 files changed, 10 insertions, 0 deletions
diff --git a/Help/prop_dir/SYSTEM.rst b/Help/prop_dir/SYSTEM.rst
new file mode 100644
index 0000000000..4f923b797e
--- /dev/null
+++ b/Help/prop_dir/SYSTEM.rst
@@ -0,0 +1,10 @@
+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
+:command:`FetchContent_Declare` when the ``SYSTEM`` option is given
+as an argument to those commands.