-
Notifications
You must be signed in to change notification settings - Fork 3.6k
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
[C++] Require CMake 3.16 or later #34921
Comments
kou
added a commit
that referenced
this issue
Apr 7, 2023
…#34969) 1. add cmake_minimum_required(3.16) . 2. the version is based on #34921. * Closes: #34945 Lead-authored-by: cluster <[email protected]> Co-authored-by: Sutou Kouhei <[email protected]> Signed-off-by: Sutou Kouhei <[email protected]>
I agree. Is there a change needed here or can this be closed now that #34969 has merged? |
We can't close this yet because #34969 is just for an example project. This issue is for |
liujiacheng777
pushed a commit
to LoongArch-Python/arrow
that referenced
this issue
May 11, 2023
…xample (apache#34969) 1. add cmake_minimum_required(3.16) . 2. the version is based on apache#34921. * Closes: apache#34945 Lead-authored-by: cluster <[email protected]> Co-authored-by: Sutou Kouhei <[email protected]> Signed-off-by: Sutou Kouhei <[email protected]>
ArgusLi
pushed a commit
to Bit-Quill/arrow
that referenced
this issue
May 15, 2023
…xample (apache#34969) 1. add cmake_minimum_required(3.16) . 2. the version is based on apache#34921. * Closes: apache#34945 Lead-authored-by: cluster <[email protected]> Co-authored-by: Sutou Kouhei <[email protected]> Signed-off-by: Sutou Kouhei <[email protected]>
rtpsw
pushed a commit
to rtpsw/arrow
that referenced
this issue
May 16, 2023
…xample (apache#34969) 1. add cmake_minimum_required(3.16) . 2. the version is based on apache#34921. * Closes: apache#34945 Lead-authored-by: cluster <[email protected]> Co-authored-by: Sutou Kouhei <[email protected]> Signed-off-by: Sutou Kouhei <[email protected]>
Debian GNU/Linux buster reached EOL on 2022-09-10: https://wiki.debian.org/DebianReleases
|
kou
added a commit
to kou/arrow
that referenced
this issue
Jun 6, 2023
We need to support Ubuntu 20.04 (CMake 3.16) or later, CentOS 7 (CMake 3.17) or later, and Debian GNU/Linux buster (CMake 3.13 but backports repository has CMake 3.18) or later. So we can require CMake 3.16 or later.
kou
added a commit
to kou/arrow
that referenced
this issue
Jun 6, 2023
We need to support Ubuntu 20.04 (CMake 3.16) or later, CentOS 7 (CMake 3.17) or later, and Debian GNU/Linux buster (CMake 3.13 but backports repository has CMake 3.18) or later. So we can require CMake 3.16 or later.
kou
added a commit
to kou/arrow
that referenced
this issue
Jun 9, 2023
We need to support Ubuntu 20.04 (CMake 3.16) or later, CentOS 7 (CMake 3.17) or later, and Debian GNU/Linux buster (CMake 3.13 but backports repository has CMake 3.18) or later. So we can require CMake 3.16 or later.
Oh... Amazon Linux 2 uses CMake 3.13.1... |
kou
added a commit
to kou/arrow
that referenced
this issue
Jun 10, 2023
We need to support Ubuntu 20.04 (CMake 3.16) or later, CentOS 7 (CMake 3.17) or later, and Debian GNU/Linux buster (CMake 3.13 but backports repository has CMake 3.18) or later. So we can require CMake 3.16 or later.
kou
added a commit
to kou/arrow
that referenced
this issue
Jun 25, 2023
We want to require CMake 3.16 or later. (apacheGH-34921) If we drop support for Amazon Linux 2, we can require CMake 3.16 or later.
kou
added a commit
to kou/arrow
that referenced
this issue
Jun 25, 2023
We want to require CMake 3.16 or later. (apacheGH-34921) If we drop support for Amazon Linux 2, we can require CMake 3.16 or later.
kou
added a commit
that referenced
this issue
Jun 26, 2023
### Rationale for this change We want to require CMake 3.16 or later. (GH-34921) If we drop support for Amazon Linux 2, we can require CMake 3.16 or later. ### What changes are included in this PR? Remove Amazon Linux 2 related codes. ### Are these changes tested? Yes. ### Are there any user-facing changes? Yes. * Closes: #36241 Authored-by: Sutou Kouhei <[email protected]> Signed-off-by: Sutou Kouhei <[email protected]>
kou
added a commit
to kou/arrow
that referenced
this issue
Jun 26, 2023
We need to support Ubuntu 20.04 (CMake 3.16) or later, CentOS 7 (CMake 3.17) or later, and Debian GNU/Linux buster (CMake 3.13 but backports repository has CMake 3.18) or later. So we can require CMake 3.16 or later.
kou
added a commit
that referenced
this issue
Jun 27, 2023
### Rationale for this change We need to support Ubuntu 20.04 (CMake 3.16) or later, CentOS 7 (CMake 3.17) or later, and Debian GNU/Linux bullseye (CMake 3.18) or later. So we can require CMake 3.16 or later. ### What changes are included in this PR? Require CMake 3.16 or later. ### Are these changes tested? Yes. ### Are there any user-facing changes? Yes. * Closes: #34921 Authored-by: Sutou Kouhei <[email protected]> Signed-off-by: Sutou Kouhei <[email protected]>
3 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the enhancement requested
We need to support Ubuntu 20.04 (CMake 3.16) or later, CentOS 7 (CMake 3.17) or later, and Debian GNU/Linux buster (CMake 3.13 but backports repository has CMake 3.18) or later.
So we can require CMake 3.16 or later.
Component(s)
C++
The text was updated successfully, but these errors were encountered: