diff --git a/contrib/package/lucihttp/patches/001-cmake.patch b/contrib/package/lucihttp/patches/001-cmake.patch new file mode 100644 index 0000000000..6d2d49c45e --- /dev/null +++ b/contrib/package/lucihttp/patches/001-cmake.patch @@ -0,0 +1,8 @@ +--- a/CMakeLists.txt ++++ b/CMakeLists.txt +@@ -1,4 +1,4 @@ +-cmake_minimum_required(VERSION 2.6) ++cmake_minimum_required(VERSION 3.10) + + PROJECT(liblucihttp C) +