-
Notifications
You must be signed in to change notification settings - Fork 91
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 is warning about deprecated versions in cmake_minimum_required #10957
Comments
marthinsen
added a commit
to marthinsen/ResInsight
that referenced
this issue
Dec 14, 2023
- Update the minimum required CMake version to 3.15 for Fwk folders that might be used as top level projects. - Remove the minimum required CMake version from projects that is just included from other top level projects. Since version 3.19 CMake has been warning that CMake versions below 3.5 is deprecated and support will be removed in the future. This will silence those warning. By removing the minimum required version check from projects that is not intended as top level projects we avoid redundant checks and simplifies future maintenance. Closes OPM#10957
magnesj
pushed a commit
that referenced
this issue
Dec 16, 2023
- Update the minimum required CMake version to 3.15 for Fwk folders that might be used as top level projects. - Remove the minimum required CMake version from projects that is just included from other top level projects. Since version 3.19 CMake has been warning that CMake versions below 3.5 is deprecated and support will be removed in the future. This will silence those warning. By removing the minimum required version check from projects that is not intended as top level projects we avoid redundant checks and simplifies future maintenance. Closes #10957
github-actions
bot
added
the
PendingRelease
Issues is fixed and will be available in next release
label
Dec 16, 2023
magnesj
removed
the
PendingRelease
Issues is fixed and will be available in next release
label
Mar 25, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
There are several projects in the Fwk folder that has a minimum required version of 2.8 which CMake warns about. These versions should be updated or simply removed.
Example:
The text was updated successfully, but these errors were encountered: