Commit 78b77878 authored by Florian Klink's avatar Florian Klink
Browse files

scipopt-scip: drop unused cmakeFlags array.

parent c4560442
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -51,8 +51,6 @@ stdenv.mkDerivation rec {
    mpfr # if not included, throws fatal error: mpfr.h not found
  ];

  cmakeFlags = [ ];

  doCheck = true;

  meta = {