Files
gentoo/dev-cpp/yaml-cpp/files/yaml-cpp-0.9.0-cmakever.patch
2026-02-13 00:35:28 +00:00

11 lines
291 B
Diff

https://github.com/jbeder/yaml-cpp/pull/1400
--- a/test/cmake/CMakeLists.txt
+++ b/test/cmake/CMakeLists.txt
@@ -1,4 +1,4 @@
-cmake_minimum_required(VERSION 3.5)
+cmake_minimum_required(VERSION 3.5...3.30)
project(yaml-cpp-consumer LANGUAGES CXX)
find_package(yaml-cpp CONFIG REQUIRED)