-
Notifications
You must be signed in to change notification settings - Fork 49
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
cmake: Rejects compilation with simdutf-5.0.0 #103
Comments
I have just hit this same problem with the latest scnlib port in vcpkg. I'll downgrade for now. |
this is the build patch for building with simdutf 5.0.0, #102 the patch actually needs some update for simdutf 5.2.2, Homebrew/homebrew-core#167800 |
I'm not sure if this is the ideal solution, since 5.x didn't introduce any breaking changes it would be weird to just not support it. Version ranges from cmake don't work either since it needs to match major + minor, so find_package(simdutf 5.2.0 CONFIG)
# with
find_package(simdutf 5 CONFIG) which correctly finds |
The text was updated successfully, but these errors were encountered: