Skip to content
Snippets Groups Projects
  • Lionel GUEZ's avatar
    4fab07f3
    Fetch cmake modules at configure-time · 4fab07f3
    Lionel GUEZ authored
    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.
    4fab07f3
    History
    Fetch cmake modules at configure-time
    Lionel GUEZ authored
    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.
.gitmodules 0 B
Empty file