fix yaml-cpp

This commit is contained in:
Niklas Bruns 2021-10-19 12:48:03 +02:00
parent 22030e0f40
commit 1cc9597376
2 changed files with 2 additions and 1 deletions

View File

@ -40,6 +40,7 @@ set(Boost_NO_BOOST_CMAKE ON) # Don't do a find_package in config mode before se
set(BOOST_ROOT ${CONAN_BOOST_ROOT})
find_package(Threads)
find_package(ZLIB)
find_package(yaml-cpp REQUIRED)
include(clang-format)
set(ENABLE_CLANG_TIDY OFF CACHE BOOL "Add clang-tidy automatically to builds")

View File

@ -5,7 +5,7 @@
gsl-lite/0.37.0
elfio/3.8
tcc/0.9.27
yaml-cpp/0.7.0
yaml-cpp/0.6.3
[generators]
cmake