diff options
Diffstat (limited to 'Help/release/3.30.rst')
-rw-r--r-- | Help/release/3.30.rst | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/Help/release/3.30.rst b/Help/release/3.30.rst index 8c8bb85..dc0d573 100644 --- a/Help/release/3.30.rst +++ b/Help/release/3.30.rst @@ -224,9 +224,10 @@ Other Changes * :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. + the Xcode generator). :option:`cmake --fresh` also forces the download, + update, and patch steps of directly populated dependencies to be re-executed. + Policy :policy:`CMP0168` provides backward compatibility for those projects + that still rely on using a sub-build for content population. * When :variable:`FETCHCONTENT_FULLY_DISCONNECTED` is set to true, :command:`FetchContent_MakeAvailable` and the single-argument form of |