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

Fix CMake minimum require version warning #380

Open
nate-plxs opened this issue Apr 1, 2024 · 0 comments
Open

Fix CMake minimum require version warning #380

nate-plxs opened this issue Apr 1, 2024 · 0 comments
Labels
feature New feature or enhancement request

Comments

@nate-plxs
Copy link

The cmake_minimum_required specified in the parent CMakeLists.txt file is far enough out of date that it triggers a CMake warning starting in CMake 3.27, see docs

This can be fixed, by at a minimum bumping to cmake_minimum_required(VERSION 3.5.0 FATAL_ERROR).

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.
@nate-plxs nate-plxs added the feature New feature or enhancement request label Apr 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature or enhancement request
Projects
None yet
Development

No branches or pull requests

1 participant