Skip to content
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 deprecation warning #82

Open
stertingen opened this issue Dec 12, 2023 · 0 comments · May be fixed by #84
Open

CMake deprecation warning #82

stertingen opened this issue Dec 12, 2023 · 0 comments · May be fixed by #84

Comments

@stertingen
Copy link

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.

stertingen pushed a commit to stertingen/Lyra that referenced this issue Dec 20, 2023
Compatibility with CMake versions older than 3.5 is deprecated.
Fixes bfgroup#82.
@stertingen stertingen linked a pull request Dec 20, 2023 that will close this issue
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 a pull request may close this issue.

1 participant