浏览代码

Help: Add version information for SYSTEM option of add_subdirectory

Marc Chevrier 2 年之前
父节点
当前提交
2ee845c0a5
共有 1 个文件被更改,包括 7 次插入6 次删除
  1. 7 6
      Help/command/add_subdirectory.rst

+ 7 - 6
Help/command/add_subdirectory.rst

@@ -34,9 +34,10 @@ parent project depends on a target in the subdirectory, the dependee
 target will be included in the parent project build system to satisfy
 target will be included in the parent project build system to satisfy
 the dependency.
 the dependency.
 
 
-If the ``SYSTEM`` argument is provided, the :prop_dir:`SYSTEM` directory
-property of the subdirectory will be set to true.  This property is
-used to initialize the :prop_tgt:`SYSTEM` property of each non-imported
-target created in that subdirectory.  The include directories of targets
-with :prop_tgt:`SYSTEM` set to true will be treated as ``SYSTEM`` when
-compiling consumers.
+.. versionadded:: 3.25
+  If the ``SYSTEM`` argument is provided, the :prop_dir:`SYSTEM` directory
+  property of the subdirectory will be set to true.  This property is
+  used to initialize the :prop_tgt:`SYSTEM` property of each non-imported
+  target created in that subdirectory.  The include directories of targets
+  with :prop_tgt:`SYSTEM` set to true will be treated as ``SYSTEM`` when
+  compiling consumers.