-
- Downloads
Fetch cmake modules at configure-time
Instead of using a submodule. See Scott (2023 k1077, § 39.6.2 "Sharing CMake Modules And Commands"). The drawbacks are: the directory cmake is duplicated in each build directory; configuration requires a network connection. The advantages are: it is easier to download the project without git; we can more easily package a release.
Please register or sign in to comment