chore: don't waste time building CMake mimalloc that we don't use (#13402)
This commit is contained in:
parent
d6b938d6c2
commit
cdb6401c65
1 changed files with 1 additions and 0 deletions
|
|
@ -129,6 +129,7 @@ if(USE_MIMALLOC)
|
|||
# cadical, it might be worth reorganizing the directory structure.
|
||||
SOURCE_DIR
|
||||
"${CMAKE_BINARY_DIR}/mimalloc/src/mimalloc"
|
||||
EXCLUDE_FROM_ALL
|
||||
)
|
||||
FetchContent_MakeAvailable(mimalloc)
|
||||
endif()
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue