Compare commits

...

2 Commits

Author SHA1 Message Date
Niklas Bruns 1cc9597376 fix yaml-cpp 2021-10-19 12:50:19 +02:00
Niklas Bruns 22030e0f40 add yaml-cpp to conanfile.txt 2021-10-19 11:31:49 +02:00
2 changed files with 3 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

@ -3,8 +3,9 @@
zlib/1.2.11
boost/1.75.0
gsl-lite/0.37.0
elfio/3.8
elfio/3.8
tcc/0.9.27
yaml-cpp/0.6.3
[generators]
cmake