Skip to content

Commit b350a72

Browse files
committed
drop version requirement for test cmake file (PR #1165, by dg0yt)
1 parent 44a5d32 commit b350a72

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ if (NOT CMAKE_BUILD_TYPE)
1616
endif()
1717

1818
# Import mimalloc (if installed)
19-
find_package(mimalloc 1.9 CONFIG REQUIRED)
19+
find_package(mimalloc CONFIG REQUIRED)
2020
message(STATUS "Found mimalloc installed at: ${MIMALLOC_LIBRARY_DIR} (${MIMALLOC_VERSION_DIR})")
2121

2222

0 commit comments

Comments
 (0)