diff --git a/depends/common/zlib/04-cmake4-minimum.patch b/depends/common/zlib/04-cmake4-minimum.patch new file mode 100644 index 00000000..37a06916 --- /dev/null +++ b/depends/common/zlib/04-cmake4-minimum.patch @@ -0,0 +1,8 @@ +--- a/CMakeLists.txt ++++ b/CMakeLists.txt +@@ -1,4 +1,4 @@ +-cmake_minimum_required(VERSION 2.4.4) ++cmake_minimum_required(VERSION 3.5) + set(CMAKE_ALLOW_LOOSE_LOOP_CONSTRUCTS ON) + + project(zlib C)