mirror of
https://github.com/jbeder/yaml-cpp.git
synced 2026-02-19 22:56:28 +00:00
Support newer CMake in test too
This commit is contained in:
committed by
Jesse Beder
parent
ebb85dd462
commit
495cde635d
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user