diff --git a/cpp/deplex/CMakeLists.txt b/cpp/deplex/CMakeLists.txt index dc6f486..a777e9b 100644 --- a/cpp/deplex/CMakeLists.txt +++ b/cpp/deplex/CMakeLists.txt @@ -20,7 +20,6 @@ set(SRC_FILES # Required packages ##################################### find_package(Eigen3 REQUIRED) -find_package(mimalloc REQUIRED) ##################################### # Optional packages