scipopt-scip: drop unused cmakeFlags array.

This commit is contained in:
Florian Klink
2025-10-07 18:04:34 +03:00
parent c4560442bf
commit 78b77878bf

View File

@@ -51,8 +51,6 @@ stdenv.mkDerivation rec {
mpfr # if not included, throws fatal error: mpfr.h not found
];
cmakeFlags = [ ];
doCheck = true;
meta = {