CMake 4.0 [removed compatibility with cmake_minimum_version(VERSION 3.0)](https://cmake.org/cmake/help/latest/release/4.0.html#deprecated-and-removed-features) which is used in the toplevel [CMakeLists.txt](https://github.com/sctplab/usrsctp/blob/881513ab3fc75b4c53ffce7b22b08e7b07fcc67a/CMakeLists.txt#L33) The project builds fine when the version is changed to 3.5, though I am not sure if this silently breaks anything.
CMake 4.0 removed compatibility with cmake_minimum_version(VERSION 3.0) which is used in the toplevel CMakeLists.txt
The project builds fine when the version is changed to 3.5, though I am not sure if this silently breaks anything.