Skip to content

Commit 7196154

Browse files
committed
Bump cmake_minimum_required to 3.5
CMake 4.x on macOS CI runners dropped support for cmake_minimum_required below 3.5, breaking builds.
1 parent 33dbb0c commit 7196154

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11

2-
cmake_minimum_required(VERSION 3.0)
2+
cmake_minimum_required(VERSION 3.5)
33
project (yaml C)
44

55
set (YAML_VERSION_MAJOR 0)

0 commit comments

Comments
 (0)