biboumi: fix breakage with CMake 4 (#449468)
This commit is contained in:
@@ -79,6 +79,12 @@ stdenv.mkDerivation {
|
||||
"man"
|
||||
];
|
||||
|
||||
cmakeFlags = [
|
||||
# Fix breakage with CMake 4
|
||||
"-DCMAKE_SKIP_RPATH=ON"
|
||||
"-DCMAKE_POLICY_VERSION_MINIMUM=3.5"
|
||||
];
|
||||
|
||||
preConfigure = ''
|
||||
substituteInPlace CMakeLists.txt --replace /etc/biboumi $out/etc/biboumi
|
||||
cp ${catch}/single_include/catch.hpp tests/
|
||||
|
||||
Reference in New Issue
Block a user