Skip to content

Commit 84bc039

Browse files
committed
Fix CMake 4 compatibility
1 parent 1c4472c commit 84bc039

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.5)
22

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

0 commit comments

Comments
 (0)