Skip to content

build: update cmake_minimum_required to 3.10#2398

Open
mhx wants to merge 1 commit into
facebook:mainfrom
mhx:mhx/update-cmake-minimum-required
Open

build: update cmake_minimum_required to 3.10#2398
mhx wants to merge 1 commit into
facebook:mainfrom
mhx:mhx/update-cmake-minimum-required

Conversation

@mhx

@mhx mhx commented Mar 14, 2025

Copy link
Copy Markdown
Contributor

Compatibility with versions older than 3.5 has been deprecated since cmake 3.27 and has now been removed with cmake 4.0. Compatibility with versions before 3.10 has been deprecated since cmake 3.31.

This changes the requirement to 3.10 to allow this project to still be built with cmake 4.0 without any deprecation warning.

Compatibility with versions older than 3.5 has been deprecated since
cmake 3.27 and has now been removed with cmake 4.0. Compatibility with
versions before 3.10 has been deprecated since cmake 3.31.

This changes the requirement to 3.10 to allow this project to still be
built with cmake 4.0 without any deprecation warning.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

2 participants