https://github.com/Kitware/CMake
Raw File
Tip revision: 39c6ac5112382093f99d2ee375162cdec57e4aec authored by Brad King on 01 June 2020, 11:56:25 UTC
CMake 3.16.8
Tip revision: 39c6ac5
subdir_depends.rst
subdir_depends
--------------

Disallowed since version 3.0.  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.
back to top