subdir_depends.rst 269 B

12345678910111213
  1. subdir_depends
  2. --------------
  3. Disallowed. See CMake Policy :policy:`CMP0029`.
  4. Does nothing.
  5. ::
  6. subdir_depends(subdir dep1 dep2 ...)
  7. Does not do anything. This command used to help projects order
  8. parallel builds correctly. This functionality is now automatic.