Skip to content

Does not configure with cmake 4 #478

@phako

Description

@phako

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions