GLOBAL_DEPENDS_NO_CYCLES.rst 428 B

12345678910
  1. GLOBAL_DEPENDS_NO_CYCLES
  2. ------------------------
  3. Disallow global target dependency graph cycles.
  4. CMake automatically analyzes the global inter-target dependency graph
  5. at the beginning of native build system generation. It reports an
  6. error if the dependency graph contains a cycle that does not consist
  7. of all STATIC library targets. This property tells CMake to disallow
  8. all cycles completely, even among static libraries.