ilbc: fix build with cmake 4
This commit is contained in:
@@ -25,6 +25,11 @@ stdenv.mkDerivation rec {
|
|||||||
cp -v ${./CMakeLists.txt} CMakeLists.txt
|
cp -v ${./CMakeLists.txt} CMakeLists.txt
|
||||||
'';
|
'';
|
||||||
|
|
||||||
|
# Fixes the build with CMake 4
|
||||||
|
cmakeFlags = [
|
||||||
|
"-DCMAKE_POLICY_VERSION_MINIMUM=3.5"
|
||||||
|
];
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
platforms = lib.platforms.unix;
|
platforms = lib.platforms.unix;
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user