Skip to content

Commit 027b2f5

Browse files
committed
lib/zlib: Bump minimum CMake version to 3.6
1 parent 9337846 commit 027b2f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/zlib/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
cmake_minimum_required(VERSION 3.2)
1+
cmake_minimum_required(VERSION 3.6)
22

33
set(CMAKE_POSITION_INDEPENDENT_CODE true)
44
set(CMAKE_INCLUDE_CURRENT_DIR true)

0 commit comments

Comments
 (0)