About
This change sets all CMake presets to use FetchContent explicitly. Note that this could be a breaking change for users that use presets in other circumstances. Please use explicit, step-by-step CMake workflows to build in situations where downloading dependencies over git protocols is inappropriate or unavailable.
Release Maturity
This release has a status of "under development". It is not recommended for production use. See The Beman Project Maturity Model for more on what this maturity status implies.
What's Changed
- Set CMAKE_PROJECT_TOP_LEVEL_INCLUDES in base preset by @steve-downey in #142
Full Changelog: 2.1.0...2.1.1