We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 44a5d32 commit b350a72Copy full SHA for b350a72
test/CMakeLists.txt
@@ -16,7 +16,7 @@ if (NOT CMAKE_BUILD_TYPE)
16
endif()
17
18
# Import mimalloc (if installed)
19
-find_package(mimalloc 1.9 CONFIG REQUIRED)
+find_package(mimalloc CONFIG REQUIRED)
20
message(STATUS "Found mimalloc installed at: ${MIMALLOC_LIBRARY_DIR} (${MIMALLOC_VERSION_DIR})")
21
22
0 commit comments