Skip to content

Commit 89c427c

Browse files
committed
Bump cmake_minimum_required to 3.3 to fix skip export error
1 parent 0fb1573 commit 89c427c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/MiniZip/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.1)
1+
cmake_minimum_required(VERSION 3.3)
22
project(cproject, LANGUAGES C)
33
file(GLOB SOURCES src/*.c)
44

0 commit comments

Comments
 (0)