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

#685 Minimum cmake version required now 3.5 #689

Merged
merged 4 commits into from
Sep 25, 2023

Conversation

john-forrest
Copy link

@john-forrest john-forrest commented Sep 20, 2023

Replace all "cmake_minimum_required" for cmake versions prior to 3.5 with 3.5 itself - reflecting soon to be the minimum version that cmake supports.

This relates to Issue #685

  • I've checked this Git style guide. Yes
  • I've checked this CMake style guide. Yes
  • My change will work with CMake 3.2 (minimum requirement for Hunter). No
  • I will try to keep this pull request as small as possible and will try not to mix unrelated features. Yes

Replace all "cmake_minimum_required" for cmake versions with 3.5
with 3.5 itself - reflecting soon to be the minimum version that
cmake supports.
@john-forrest
Copy link
Author

Note that I'm not sure how much testing is done by CI on this but I've had to answer "no" to the question on the PR as to "does this work with cmake 3.2" but I am wondering if that question is merely out of date.

Copy link

@NeroBurner NeroBurner left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looking good. Just one blocking thing: please add a mention about the minimum version increase in https://hunter.readthedocs.io/en/latest/quick-start/cmake.html

examples/cpr/CMakeLists.txt Show resolved Hide resolved
examples/mongoose/CMakeLists.txt Show resolved Hide resolved
examples/Sqlpp11/CMakeLists.txt Show resolved Hide resolved
@NeroBurner
Copy link

Note that I'm not sure how much testing is done by CI on this but I've had to answer "no" to the question on the PR as to "does this work with cmake 3.2" but I am wondering if that question is merely out of date.

ah yes: please update https://github.com/cpp-pm/hunter/blob/master/.github/PULL_REQUEST_TEMPLATE.md as well to require CMake 3.5

@john-forrest john-forrest changed the title Minimum cmake version required now 3.5 #685 Minimum cmake version required now 3.5 Sep 20, 2023
john-forrest and others added 2 commits September 21, 2023 10:11
Minimum cmake version required in PR template now 3.5 too
Remove general references for cmake prior to 3.5 except for pure history comment.
@john-forrest
Copy link
Author

@NeroBurner requested changes done

Co-authored-by: NeroBurner <pyro4hell@gmail.com>
Copy link

@NeroBurner NeroBurner left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looking good.

@rbsheth please merge. I'll do a minor version bumped release afterwards

@NeroBurner
Copy link

Oh cool! I could merge! I thought it wouldn't work because of the nor run set-status pipeline. I'm gonna wait a bit to give @rbsheth time to respond

@rbsheth
Copy link
Member

rbsheth commented Sep 22, 2023

LGTM!

@NeroBurner NeroBurner merged commit 2e29b53 into cpp-pm:master Sep 25, 2023
@NeroBurner
Copy link

turuslan added a commit to qdrvm/hunter that referenced this pull request Oct 16, 2023
Signed-off-by: turuslan <turuslan.devbox@gmail.com>
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