Use CMake's FetchContent and remove git submodules
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
Showing
.gitmodules
deleted
100644 → 0
Please register or sign in to comment