diff --git a/package/unzip/0001-Add-a-CMakeFile.txt-to-ease-cross-compilation.patch b/package/unzip/0001-Add-a-CMakeFile.txt-to-ease-cross-compilation.patch index cbc58e484b..bdb3eae6af 100644 --- a/package/unzip/0001-Add-a-CMakeFile.txt-to-ease-cross-compilation.patch +++ b/package/unzip/0001-Add-a-CMakeFile.txt-to-ease-cross-compilation.patch @@ -31,7 +31,7 @@ index 0000000..27951b4 --- /dev/null +++ b/CMakeLists.txt @@ -0,0 +1,17 @@ -+cmake_minimum_required(VERSION 2.8) ++cmake_minimum_required(VERSION 3.5) +INCLUDE(CheckFunctionExists) + +project(unzip C)