Unverified Commit d999f683 authored by Naxdy's avatar Naxdy
Browse files

ilbc: fix build with cmake 4

parent 4259a9ca
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -25,6 +25,11 @@ stdenv.mkDerivation rec {
    cp -v ${./CMakeLists.txt} CMakeLists.txt
  '';

  # Fixes the build with CMake 4
  cmakeFlags = [
    "-DCMAKE_POLICY_VERSION_MINIMUM=3.5"
  ];

  meta = {
    platforms = lib.platforms.unix;
  };