Loading
catimg: fix build with cmake 4
CMake 4 removed compatibility with CMake versions < 3.5. Set CMAKE_POLICY_VERSION_MINIMUM to 3.5 to fix the build failure. Fixes: https://github.com/NixOS/nixpkgs/issues/449801 Signed-off-by:Dave Walker <dave@daviey.com>