diff --git a/CMakeLists.txt b/CMakeLists.txt index 0647e747ab..1da17dfa14 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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()