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

Bump minimum CMake version to 3.5 to fix deprecation warning. #49

Merged
merged 1 commit into from May 13, 2024

Conversation

ryouze
Copy link
Contributor

@ryouze ryouze commented May 6, 2024

Since CMake 3.27, a warning appears when using a cmake_minimum_required below 3.5:

CMake Deprecation Warning at deps/cpplocate-src/source/tests/CMakeLists.txt:7 (cmake_minimum_required):
  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.

This PR simply bumps the minimum required CMake version from 3.0 to 3.5.

@sbusch42 sbusch42 merged commit b796990 into cginternals:master May 13, 2024
@sbusch42
Copy link
Member

Thank you for this contribution.

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.

None yet

2 participants