flopoco: fix build with cmake 4

This commit is contained in:
Weijia Wang
2025-10-18 21:42:19 +02:00
parent 18a2d0fffb
commit a9eee7c2e1
+4
View File
@@ -74,6 +74,10 @@ stdenv.mkDerivation {
./flopoco BuildAutocomplete
'';
cmakeFlags = [
(lib.cmakeFeature "CMAKE_POLICY_VERSION_MINIMUM" "3.5")
];
installPhase = ''
runHook preInstall