summaryrefslogtreecommitdiff
path: root/Help/command/subdir_depends.rst
diff options
context:
space:
mode:
Diffstat (limited to 'Help/command/subdir_depends.rst')
-rw-r--r--Help/command/subdir_depends.rst13
1 files changed, 13 insertions, 0 deletions
diff --git a/Help/command/subdir_depends.rst b/Help/command/subdir_depends.rst
new file mode 100644
index 000000000..5676c8f40
--- /dev/null
+++ b/Help/command/subdir_depends.rst
@@ -0,0 +1,13 @@
+subdir_depends
+--------------
+
+Disallowed. See CMake Policy :policy:`CMP0029`.
+
+Does nothing.
+
+::
+
+ subdir_depends(subdir dep1 dep2 ...)
+
+Does not do anything. This command used to help projects order
+parallel builds correctly. This functionality is now automatic.