Skip to content

Commit 495cde6

Browse files
DarthGandalfjbeder
authored andcommitted
Support newer CMake in test too
1 parent ebb85dd commit 495cde6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/cmake/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
cmake_minimum_required(VERSION 3.5)
1+
cmake_minimum_required(VERSION 3.5...3.30)
22
project(yaml-cpp-consumer LANGUAGES CXX)
33

44
find_package(yaml-cpp CONFIG REQUIRED)

0 commit comments

Comments
 (0)