-
Notifications
You must be signed in to change notification settings - Fork 408
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
Too old CMake version warning #642
Labels
build system/CI
Anything related to building the project or running on CI
CMake
Related to CMake build system
Comments
mcuee
added
build system/CI
Anything related to building the project or running on CI
CMake
Related to CMake build system
labels
Nov 16, 2023
Same issue with cmake version 3.28.1 under MSYS2 mingw64.
|
No issue with VS2019 cmake.
|
Youw
added a commit
that referenced
this issue
Mar 5, 2024
Avoid a message: ``` Compatibility with CMake < 3.5 will be removed from a future version of CMake. Update the VERSION argument <min> value or use a ...<max> suffix to tell CMake that the project does not need compatibility with older versions. ``` Fixes: #642
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
build system/CI
Anything related to building the project or running on CI
CMake
Related to CMake build system
Currently hidapi seems to detect my MSYS2 mingw64 CMake version wrongly.
The text was updated successfully, but these errors were encountered: