Age | Commit message (Collapse) | Author | |
---|---|---|---|
11 hours | Update the cmake 4.0 fix | Daniel Bermond | |
Patching all occurrences of unsupported 'cmake_minimum_required()' is not needed. Starting at CMake 4.0, there is a new variable[1] named 'CMAKE_POLICY_VERSION_MINIMUM' that can be externally set exactly for the purpose of setting the policy version of projects that are not yet updated. [1] https://cmake.org/cmake/help/v4.0/variable/CMAKE_POLICY_VERSION_MINIMUM.html | |||
5 days | Add fix for cmake 4.0 | Daniel Bermond | |