summaryrefslogtreecommitdiff
path: root/share/cmake-3.5/Help/command/subdir_depends.rst
diff options
context:
space:
mode:
Diffstat (limited to 'share/cmake-3.5/Help/command/subdir_depends.rst')
-rwxr-xr-xshare/cmake-3.5/Help/command/subdir_depends.rst13
1 files changed, 13 insertions, 0 deletions
diff --git a/share/cmake-3.5/Help/command/subdir_depends.rst b/share/cmake-3.5/Help/command/subdir_depends.rst
new file mode 100755
index 0000000..5676c8f
--- /dev/null
+++ b/share/cmake-3.5/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.