8000 Fix zlib patch · VXAPPS/sqlite_functions@b2a7b54 · GitHub
[go: up one dir, main page]

Skip to content

Commit b2a7b54

Browse files
committed
Fix zlib patch
1 parent ceff57b commit b2a7b54

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

cmake/patches/zlib.patch

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,6 @@ diff --git a/CMakeLists.txt b/CMakeLists.txt
22
index b412dc7..2b97bef 100644
33
--- a/CMakeLists.txt
44
+++ b/CMakeLists.txt
5-
@@ -1,4 +1,4 @@
6-
-cmake_minimum_required(VERSION 2.4.4)
7-
+cmake_minimum_required(VERSION 2.4.4...3.25)
8-
set(CMAKE_ALLOW_LOOSE_LOOP_CONSTRUCTS ON)
9-
10-
project(zlib C)
115
@@ -63,6 +63,10 @@ if(MSVC)
126
include_directories(${CMAKE_CURRENT_SOURCE_DIR})
137
endif()

0 commit comments

Comments
 (0)
0