fix yaml-cpp
This commit is contained in:
parent
22030e0f40
commit
1cc9597376
@ -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})
|
set(BOOST_ROOT ${CONAN_BOOST_ROOT})
|
||||||
find_package(Threads)
|
find_package(Threads)
|
||||||
find_package(ZLIB)
|
find_package(ZLIB)
|
||||||
|
find_package(yaml-cpp REQUIRED)
|
||||||
|
|
||||||
include(clang-format)
|
include(clang-format)
|
||||||
set(ENABLE_CLANG_TIDY OFF CACHE BOOL "Add clang-tidy automatically to builds")
|
set(ENABLE_CLANG_TIDY OFF CACHE BOOL "Add clang-tidy automatically to builds")
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
gsl-lite/0.37.0
|
gsl-lite/0.37.0
|
||||||
elfio/3.8
|
elfio/3.8
|
||||||
tcc/0.9.27
|
tcc/0.9.27
|
||||||
yaml-cpp/0.7.0
|
yaml-cpp/0.6.3
|
||||||
|
|
||||||
[generators]
|
[generators]
|
||||||
cmake
|
cmake
|
||||||
|
Loading…
Reference in New Issue
Block a user