flopoco: fix build with cmake 4
This commit is contained in:
@@ -74,6 +74,10 @@ stdenv.mkDerivation {
|
||||
./flopoco BuildAutocomplete
|
||||
'';
|
||||
|
||||
cmakeFlags = [
|
||||
(lib.cmakeFeature "CMAKE_POLICY_VERSION_MINIMUM" "3.5")
|
||||
];
|
||||
|
||||
installPhase = ''
|
||||
runHook preInstall
|
||||
|
||||
|
||||
Reference in New Issue
Block a user