Remove OpenMP flags in nix build

This commit is contained in:
Gabriel Gouvine 2023-06-08 16:43:24 +02:00
parent db01b4ff55
commit 0fe1deac94
1 changed files with 0 additions and 2 deletions

View File

@ -12,8 +12,6 @@ stdenv.mkDerivation {
buildInputs = [ boostWithPython coriolis-bootstrap qt4 ];
nativeBuildInputs = [ cmake ninja doxygen ];
cmakeFlags = [ "-DWITH_OPENMP:STRING=TRUE" ];
inherit version;
meta = meta // { license = lib.licenses.gpl2Plus; };