Skip to content

cmake: update the minimum required version #2

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

Merged
merged 1 commit into from
May 5, 2025

Conversation

Buristan
Copy link

For CMake 4.0, compatibility with versions of CMake older than 3.5 has been removed 1. Thus, on macOS it leads to the error on build, since Homebrew updates it to version 4.0.

This patch sets the minimum required version to 3.5 for now.

For CMake 4.0, compatibility with versions of CMake older than 3.5 has
been removed [1]. Thus, on macOS it leads to the error on build, since
Homebrew updates it to version 4.0.

This patch sets the minimum required version to 3.5 for now.

[1]: https://cmake.org/cmake/help/latest/release/4.0.html#deprecated-and-removed-features
@Buristan Buristan added the build issue The issue describes the problem with the build label Apr 28, 2025
@Buristan Buristan requested review from Totktonada and ligurio April 28, 2025 09:01
Copy link
Member

@Totktonada Totktonada left a comment

Choose a reason for hiding this comment

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

I've no objections.

@Totktonada Totktonada removed their assignment Apr 28, 2025
@ligurio
Copy link
Member

ligurio commented May 5, 2025

BTW, CMakeLists.txt is our own, added in cbb3fc2.

@ligurio ligurio assigned Buristan and unassigned ligurio May 5, 2025
@Buristan Buristan merged commit edeaa5f into tarantool-master-v1 May 5, 2025
4 checks passed
@Buristan Buristan deleted the skaplun/cmake-bump branch May 5, 2025 13:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
build issue The issue describes the problem with the build
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants