diff options
Diffstat (limited to 'Help/release')
-rw-r--r-- | Help/release/dev/fetchcontent-direct.rst | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/Help/release/dev/fetchcontent-direct.rst b/Help/release/dev/fetchcontent-direct.rst new file mode 100644 index 0000000..7cb33ab --- /dev/null +++ b/Help/release/dev/fetchcontent-direct.rst @@ -0,0 +1,9 @@ +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. |