Skip to content

Commit f98ff91

Browse files
Update CMakeLists.txt
cmake_minimum_required(VERSION 3.14)
1 parent b19b6fc commit f98ff91

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

yaml-cpp/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# 3.5 is actually available almost everywhere, but this a good minimum.
22
# 3.14 as the upper policy limit avoids CMake deprecation warnings.
3-
cmake_minimum_required(VERSION 3.4)
3+
cmake_minimum_required(VERSION 3.14)
44

55
# enable MSVC_RUNTIME_LIBRARY target property
66
# see https://cmake.org/cmake/help/latest/policy/CMP0091.html

0 commit comments

Comments
 (0)