lean4: remove cadical copy (#513024)

This commit is contained in:
Ramses
2026-04-27 07:59:58 +00:00
committed by GitHub
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -79,6 +79,7 @@ stdenv.mkDerivation (finalAttrs: {
cmakeFlags = [
"-DUSE_GITHASH=OFF"
"-DINSTALL_LICENSE=OFF"
"-DINSTALL_CADICAL=OFF"
"-DUSE_MIMALLOC=${if enableMimalloc then "ON" else "OFF"}"
];
@@ -86,6 +86,7 @@ let
cmakeFlags = [
"-DUSE_GITHASH=OFF"
"-DINSTALL_LICENSE=OFF"
"-DINSTALL_CADICAL=OFF"
"-DUSE_MIMALLOC=ON"
];