-
Notifications
You must be signed in to change notification settings - Fork 82
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
[INFRA] Bump CMake #3314
[INFRA] Bump CMake #3314
Conversation
Documentation preview available at https://docs.seqan.de/preview/seqan/seqan3/3314 |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #3314 +/- ##
=======================================
Coverage 98.13% 98.13%
=======================================
Files 271 271
Lines 11954 11954
Branches 104 104
=======================================
Hits 11731 11731
Misses 223 223 ☔ View full report in Codecov by Sentry. |
5bfee77
to
5c1e930
Compare
It's only required for projects (CMakeLists.txt).
CPP23 detection needs 3.20, 3.10 and older will also be deprecated
5c1e930
to
df6bb22
Compare
@@ -2,7 +2,8 @@ | |||
# SPDX-FileCopyrightText: 2016-2024 Knut Reinert & MPI für molekulare Genetik | |||
# SPDX-License-Identifier: BSD-3-Clause | |||
|
|||
cmake_minimum_required (VERSION 3.12...3.30) | |||
# This line is required because this file is used in script mode (cmake -P). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
❤️
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good! Thank you!
No description provided.