Unverified Commit cd0e4e4c authored by Artturin's avatar Artturin Committed by GitHub
Browse files

nextpnr: Fix build the easy way (#452270)

parents 00a45d0f 15a0b401
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -80,6 +80,9 @@ stdenv.mkDerivation rec {

      "-DHIMBAECHEL_GOWIN_DEVICES=all"
      "-DHIMBAECHEL_PRJBEYOND_DB=${prjbeyond_src}"
      # https://github.com/YosysHQ/nextpnr/issues/1578
      # `Compatibility with CMake < 3.5 has been removed from CMake.`
      "-DCMAKE_POLICY_VERSION_MINIMUM=3.5"
    ]
    ++ (lib.optional enableGui "-DBUILD_GUI=ON");