From 8af490a656e9f02795ca8546a37c4750c0ccacaa Mon Sep 17 00:00:00 2001 From: "K. S. Ernest (iFire) Lee" Date: Wed, 17 Nov 2021 08:12:55 -0800 Subject: [PATCH] Case matters. --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 7489912..2a0b267 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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)