Commit a9eee7c2 authored by Weijia Wang's avatar Weijia Wang
Browse files

flopoco: fix build with cmake 4

parent 18a2d0ff
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -74,6 +74,10 @@ stdenv.mkDerivation {
    ./flopoco BuildAutocomplete
  '';

  cmakeFlags = [
    (lib.cmakeFeature "CMAKE_POLICY_VERSION_MINIMUM" "3.5")
  ];

  installPhase = ''
    runHook preInstall