Skip to content

Commit a29814f

Browse files
upgrade version of cmake_minimum_required (#986)
github actions fix
1 parent c859b25 commit a29814f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
set(CMAKE_LEGACY_CYGWIN_WIN32 0)
2-
cmake_minimum_required(VERSION 3.0)
2+
cmake_minimum_required(VERSION 3.5)
33

44
project(cJSON
55
VERSION 1.7.19

0 commit comments

Comments
 (0)