libdivsufsort: fix build with recent cmake (#449427)

This commit is contained in:
nikstur
2025-10-07 09:40:09 +00:00
committed by GitHub
@@ -18,6 +18,7 @@ stdenv.mkDerivation rec {
cmakeFlags = [
"-DBUILD_DIVSUFSORT64=YES"
"-DCMAKE_POLICY_VERSION_MINIMUM=3.10"
];
nativeBuildInputs = [ cmake ];