We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
This project's top-level CMakeLists.txt requires CMake 3.0.
CMakeLists.txt
As of CMake 3.27, compatibility to anything below version 3.5 is deprecated: https://cmake.org/cmake/help/v3.27/command/cmake_minimum_required.html
I think we should consider requiring CMake 3.5 to eliminate this warning.
The text was updated successfully, but these errors were encountered:
Require CMake version 3.5
8f697c7
Compatibility with CMake versions older than 3.5 is deprecated. Fixes bfgroup#82.
Successfully merging a pull request may close this issue.
This project's top-level
CMakeLists.txt
requires CMake 3.0.As of CMake 3.27, compatibility to anything below version 3.5 is deprecated: https://cmake.org/cmake/help/v3.27/command/cmake_minimum_required.html
I think we should consider requiring CMake 3.5 to eliminate this warning.
The text was updated successfully, but these errors were encountered: