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.
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?