Skip to content

Conversation

@dg0yt
Copy link

@dg0yt dg0yt commented Nov 1, 2025

The required versioned isn't synced with the installed version, making it impossible to run the stand-alone tests without patching the source. OTOH CMake lets the user inject the desired config location, and the found version can be reported.

The required versioned isn't synced with the installed version,
making it impossible to run the stand-alone tests without patching
the source. OTOH CMake lets the user inject the desired config
location, and the found version can be reported.
@dg0yt
Copy link
Author

dg0yt commented Nov 1, 2025

Basically I'm tired of maintaining this as a patch in vcpkg. Nobody else running these tests?

@dg0yt
Copy link
Author

dg0yt commented Nov 1, 2025

This is how version "progress" in mimalloc-config-version.cmake:
https://github.com/microsoft/mimalloc/commits/main/cmake/mimalloc-config-version.cmake

endif()

# Import mimalloc (if installed)
find_package(mimalloc 2.2 CONFIG REQUIRED)
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

FTR 3.1.5 has 1.9 here!

find_package(mimalloc 1.9 CONFIG REQUIRED)

@daanx
Copy link
Collaborator

daanx commented Nov 6, 2025

Thanks again! I fixed it directly into dev again. Thanks

@daanx daanx closed this Nov 6, 2025
@dg0yt dg0yt deleted the test-version branch November 6, 2025 08:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants