improve stacktrace on linux

This commit is contained in:
Daan Leijen 2021-12-10 11:42:54 -08:00
parent 28893a6c1b
commit 65b2cebcef
3 changed files with 7 additions and 3 deletions

View file

@ -15,6 +15,7 @@ if (NOT CMAKE_BUILD_TYPE)
endif()
endif()
# Import mimalloc (if installed)
find_package(mimalloc 1.7 REQUIRED NO_SYSTEM_ENVIRONMENT_PATH)
message(STATUS "Found mimalloc installed at: ${MIMALLOC_LIBRARY_DIR}")