lean4: remove cadical copy (#513024)
This commit is contained in:
@@ -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"
|
||||
];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user