Update yaml-cpp CMakeLists version

This commit is contained in:
雨橙 Rainie 2025-04-18 00:49:36 +08:00 committed by Makiras
parent 2528418fe3
commit 77fbf9a3f7
1 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
# 3.5 is actually available almost everywhere, but this a good minimum
cmake_minimum_required(VERSION 3.4)
# CMake 4.0 and above no longer support compatibility with versions earlier than 3.5
cmake_minimum_required(VERSION 3.5)
# enable MSVC_RUNTIME_LIBRARY target property
# see https://cmake.org/cmake/help/latest/policy/CMP0091.html