build-cpp / cmkr

Modern build system based on CMake and TOML.
https://cmkr.build
MIT License
423 stars 28 forks source link

Add `SYSTEM` support for `fetch-content` #110

Closed mrexodia closed 1 year ago

mrexodia commented 1 year ago
[fetch-content.blah]
git = "https://github.com/blah/blah"
tag = "v1.0"
system = true

This requires:

[cmake]
version = "3.25"

Documentation: https://cmake.org/cmake/help/latest/module/FetchContent.html