https://github.com/Kitware/CMake
Raw File
Tip revision: 596cfd26809793c7165b5e5047be133e0419c6e5 authored by Brad King on 09 June 2020, 14:58:51 UTC
CMake 3.18.0-rc1
Tip revision: 596cfd2
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