summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authordaan <daanl@outlook.com>2021-12-15 08:35:15 -0800
committerdaan <daanl@outlook.com>2021-12-15 08:35:15 -0800
commitf24a0b10193543569537ff9f2655c282afd71b4d (patch)
tree51203697b354c5caeecb2a21b9ef7dcf93fc0cca /test
parentd15f5fae6483c39f6b35a9d9e4aa038eeb5b8e5f (diff)
parent2d9b8aa6b56241ff3cc88ed5d5e3d862d91fd096 (diff)
merge from dev
Diffstat (limited to 'test')
-rw-r--r--test/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt
index 950ac27..bb8dc97 100644
--- a/test/CMakeLists.txt
+++ b/test/CMakeLists.txt
@@ -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)