merge from dev

This commit is contained in:
daan 2021-12-15 08:35:15 -08:00
commit f24a0b1019
4 changed files with 6 additions and 6 deletions

View file

@ -17,7 +17,7 @@ endif()
# Import mimalloc (if installed)
find_package(mimalloc 2.0 REQUIRED NO_SYSTEM_ENVIRONMENT_PATH)
message(STATUS "Found mimalloc installed at: ${MIMALLOC_LIBRARY_DIR}")
message(STATUS "Found mimalloc installed at: ${MIMALLOC_LIBRARY_DIR} (${MIMALLOC_VERSION_DIR})")
# overriding with a dynamic library
add_executable(dynamic-override main-override.c)