Skip to content

cmake version deprecation warning #266

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

Open
PhilipDeegan opened this issue Mar 25, 2024 · 1 comment
Open

cmake version deprecation warning #266

PhilipDeegan opened this issue Mar 25, 2024 · 1 comment

Comments

@PhilipDeegan
Copy link
Contributor

CMake Deprecation Warning at samrai/CMakeLists.txt:1 (cmake_minimum_required):
  Compatibility with CMake < 3.5 will be removed from a future version of
  CMake.

more info on this

https://cmake.org/cmake/help/latest/release/3.27.html
https://www.kitware.com/cmake-3-27-0-available-for-download/

@PhilipDeegan
Copy link
Contributor Author

This is starting to become an issue, we see on GHA for ubuntu-latest

CMake Error at subprojects/samrai/CMakeLists.txt:1 (cmake_minimum_required):
  Compatibility with CMake < 3.5 has been removed from CMake.

  Update the VERSION argument <min> value.  Or, use the <min>...<max> syntax
  to tell CMake that the project requires at least <min> but has been updated
  to work with policies introduced by <max> or earlier.

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

No branches or pull requests

1 participant