• Andrea Pappacoda's avatar
    Use CMake's FetchContent and remove git submodules · cfd5322e
    Andrea Pappacoda authored
    Submodules get included in the source tarball generated by meson dist,
    making dpkg-source throw a lot of warnings.
    
    Using FetchContent instead of submodules has a few advantages:
    Solves packaging warnings
    Faster git clone
    External dependencies get downloaded only if needed
    cfd5322e
CMakeLists.txt 7.79 KB