summarylogtreecommitdiffstats
path: root/010-gromit-mpx-cmake4-fix.patch
AgeCommit message (Collapse)Author
6 hoursUpdate the cmake 4.0 fixDaniel 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 daysAdd fix for cmake 4.0Daniel Bermond