Closed matinlotfali closed 3 months ago
Sadly, Debian Sid has the reputation of pushing a newer version of a package while other packages of the same group are still not ready yet.
For the build to work, I had to exceptionally use the extra-cmake-modules from the stable branch:
extra-cmake-modules
echo "deb http://deb.debian.org/debian stable main" >> /etc/apt/sources.list apt update apt install -t stable extra-cmake-modules
Sadly, Debian Sid has the reputation of pushing a newer version of a package while other packages of the same group are still not ready yet.
For the build to work, I had to exceptionally use the
extra-cmake-modules
from the stable branch: