Support newer CMake in test too

This commit is contained in:
Alexey Sokolov
2026-02-11 07:53:49 +00:00
committed by Jesse Beder
parent ebb85dd462
commit 495cde635d

View File

@@ -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)