Skip to content

CMake 4.0 not supported #93

Description

@Henripru

As of cmake 4.0, compatibility with version 3.5 and older has been removed. Can we uprev the cmake_minimum_required() to a newer version of cmake? 3.20 perhaps? or use ranged minimum version instead?

[cmake] -- No CMAKE_BUILD_TYPE set -- using Release
[cmake] Cloning into 'mdns-src'...
[cmake] HEAD is now at 1727be0 Update changelog
[cmake] CMake Error at build/_deps/mdns-src/CMakeLists.txt:1 (cmake_minimum_required):
[cmake]   Compatibility with CMake < 3.5 has been removed from CMake.
[cmake] 
[cmake]   Update the VERSION argument <min> value.  Or, use the <min>...<max> syntax
[cmake]   to tell CMake that the project requires at least <min> but has been updated
[cmake]   to work with policies introduced by <max> or earlier.
[cmake] 
[cmake]   Or, add -DCMAKE_POLICY_VERSION_MINIMUM=3.5 to try configuring anyway.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions