Files
CMake/Help/release/dev/fetchcontent-direct.rst
2024-05-17 14:23:39 +10:00

10 lines
429 B
ReStructuredText

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.