CMake/Help/command/subdir_depends.rst
Alex Turbov 8c6274326d
Help: Use CMake highlighting for command synopsis
Most of CMake commands use it. Fix a few of them to do the same.
2022-11-09 23:52:30 +04:00

14 lines
306 B
ReStructuredText

subdir_depends
--------------
Disallowed since version 3.0. See CMake Policy :policy:`CMP0029`.
Does nothing.
.. code-block:: cmake
subdir_depends(subdir dep1 dep2 ...)
Does not do anything. This command used to help projects order
parallel builds correctly. This functionality is now automatic.