diff options
author | Da Quexian <daquexian566@gmail.com> | 2022-06-22 20:18:06 +0800 |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2022-09-26 10:56:54 -0400 |
commit | 2eb30a7036214ec960f0666163ff44ef754f6afe (patch) | |
tree | 19f7bc19562409245f326da04371acbca8e9ea85 /Help/manual | |
parent | 80e4a155e0feddf1a02fb2701dff5ddbb427552a (diff) | |
download | cmake-2eb30a7036214ec960f0666163ff44ef754f6afe.tar.gz |
add_subdirectory: Add SYSTEM option
Fixes: #22401
Signed-off-by: Da Quexian <daquexian566@gmail.com>
Diffstat (limited to 'Help/manual')
-rw-r--r-- | Help/manual/cmake-properties.7.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Help/manual/cmake-properties.7.rst b/Help/manual/cmake-properties.7.rst index 9fb46be11d..fde1dd0aab 100644 --- a/Help/manual/cmake-properties.7.rst +++ b/Help/manual/cmake-properties.7.rst @@ -90,6 +90,7 @@ Properties on Directories /prop_dir/RULE_LAUNCH_LINK /prop_dir/SOURCE_DIR /prop_dir/SUBDIRECTORIES + /prop_dir/SYSTEM /prop_dir/TESTS /prop_dir/TEST_INCLUDE_FILES /prop_dir/VARIABLES |