Files
openwrt-packages/libs/libssh/patches/001-fix-cmake4.patch
Hannu Nyman ab8ed3776b libssh: Add compatibility with cmake 4.x, remove absent maintainer
* Add compatibility with cmake 4.x
* Remove maintainer who has been absent since 2019

Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
2025-11-09 10:51:37 +02:00

9 lines
237 B
Diff

--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -1,4 +1,4 @@
-cmake_minimum_required(VERSION 3.3.0)
+cmake_minimum_required(VERSION 3.10.0)
cmake_policy(SET CMP0048 NEW)
# Specify search path for CMake modules to be loaded by include()