fetchcontent-direct.rst 429 B

123456789
  1. fetchcontent-direct
  2. -------------------
  3. * :module:`FetchContent` now prefers to populate content directly rather
  4. than using a separate sub-build. This may significantly improve configure
  5. times on some systems (Windows especially, but also on macOS when using
  6. the Xcode generator). Policy :policy:`CMP0168` provides backward
  7. compatibility for those projects that still rely on using a sub-build for
  8. content population.