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

opt in to cmake policies through 3.31 to silence cmake warning #36

Merged
merged 1 commit into from
Jan 16, 2025

Conversation

spoonincode
Copy link
Member

Latest version of cmake has started to warn,

CMake Deprecation Warning at tests/abieos/CMakeLists.txt:3 (cmake_minimum_required):
  Compatibility with CMake < 3.10 will be removed from a future version of
  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.

since abieos is expected to integrate in to other projects, don't want to bump the hard minimum like some of spring's other submodules. So opt in for cmake policies through 3.31 to silence the warning.

@spoonincode spoonincode merged commit b905ba4 into main Jan 16, 2025
@spoonincode spoonincode deleted the new_cmake_policies branch January 16, 2025 04:12
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 this pull request may close these issues.

3 participants