We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 09c533b commit 4ca6284Copy full SHA for 4ca6284
CMakeLists.txt
@@ -3,7 +3,7 @@
3
# Distributed under the MIT License (http://opensource.org/licenses/MIT)
4
#
5
6
-cmake_minimum_required(VERSION 3.2.0)
+cmake_minimum_required(VERSION 3.16)
7
8
project(vitasdk)
9
patches/zlib.patch
@@ -1,7 +1,13 @@
1
diff --git a/CMakeLists.txt b/CMakeLists.txt
2
-index b412dc7..a62204a 100644
+index b412dc7..7e847ee 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
+@@ -1,4 +1,4 @@
+-cmake_minimum_required(VERSION 2.4.4)
++cmake_minimum_required(VERSION 3.16)
+ set(CMAKE_ALLOW_LOOSE_LOOP_CONSTRUCTS ON)
+
10
+ project(zlib C)
11
@@ -189,25 +189,3 @@ endif()
12
if(NOT SKIP_INSTALL_FILES AND NOT SKIP_INSTALL_ALL )
13
install(FILES ${ZLIB_PC} DESTINATION "${INSTALL_PKGCONFIG_DIR}")
0 commit comments