fix yaml-cpp
This commit is contained in:
		| @@ -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 | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Niklas Bruns
					Niklas Bruns