Case matters.
This commit is contained in:
parent
9490c5c6c0
commit
8af490a656
|
@ -46,7 +46,7 @@ list(INSERT CMAKE_MODULE_PATH 0 "${CMAKE_BINARY_DIR}")
|
|||
|
||||
# stuff we get from Conan
|
||||
find_package(Boost 1.76 COMPONENTS system filesystem program_options REQUIRED )
|
||||
find_package(libxml2 MODULE REQUIRED)
|
||||
find_package(LibXml2 MODULE REQUIRED)
|
||||
find_package(ZLIB MODULE REQUIRED)
|
||||
find_package(fmt MODULE REQUIRED)
|
||||
|
||||
|
|
Loading…
Reference in New Issue