mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-06 05:40:54 -06:00
10 lines
429 B
ReStructuredText
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.
|