Skip to content

Conversation

wallies
Copy link
Contributor

@wallies wallies commented Apr 3, 2025

Description of changes:

CMake 4.0 is out and requires cmake_minimum_required to be at least 3.5:

Compatibility with versions of CMake older than 3.5 has been removed. Calls to [cmake_minimum_required()](https://cmake.org/cmake/help/latest/command/cmake_minimum_required.html#command:cmake_minimum_required) or [cmake_policy()](https://cmake.org/cmake/help/latest/command/cmake_policy.html#command:cmake_policy) that set the policy version to an older value now issue an error

This will break any customer using CMake version less than 3.9 which was released in November 2018

@masajiro masajiro merged commit 97797c7 into yahoojapan:main Apr 9, 2025
@masajiro
Copy link
Member

masajiro commented Apr 9, 2025

Thanks!

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.

2 participants