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