-
-
Notifications
You must be signed in to change notification settings - Fork 473
Open
Description
CMake 4 has removed the support for compatibitliy with CMake <=3.5, see this excerpt from its Changelog:
Compatibility with versions of CMake older than 3.5 has been removed. Calls to cmake_minimum_required() or cmake_policy() that set the policy version to an older value now issue an error. Note that calls to those commands can still support older versions of CMake by using their VERSION arguments' ... syntax. This requires only the version of CMake, but when running a newer version, sets policies up to the version.
Could you future-proof your CMakeLists.txt? (I would provide a patch but I do not know your requirements)
Metadata
Metadata
Assignees
Labels
No labels