chore: don't waste time building CMake mimalloc that we don't use (#13402)

This commit is contained in:
Sebastian Ullrich 2026-04-14 11:49:31 +02:00 committed by GitHub
parent d6b938d6c2
commit cdb6401c65
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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()