We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9490c5c commit 8af490aCopy full SHA for 8af490a
CMakeLists.txt
@@ -46,7 +46,7 @@ list(INSERT CMAKE_MODULE_PATH 0 "${CMAKE_BINARY_DIR}")
46
47
# stuff we get from Conan
48
find_package(Boost 1.76 COMPONENTS system filesystem program_options REQUIRED )
49
-find_package(libxml2 MODULE REQUIRED)
+find_package(LibXml2 MODULE REQUIRED)
50
find_package(ZLIB MODULE REQUIRED)
51
find_package(fmt MODULE REQUIRED)
52
0 commit comments