Skip to content

Commit 8af490a

Browse files
committed
Case matters.
1 parent 9490c5c commit 8af490a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ list(INSERT CMAKE_MODULE_PATH 0 "${CMAKE_BINARY_DIR}")
4646

4747
# stuff we get from Conan
4848
find_package(Boost 1.76 COMPONENTS system filesystem program_options REQUIRED )
49-
find_package(libxml2 MODULE REQUIRED)
49+
find_package(LibXml2 MODULE REQUIRED)
5050
find_package(ZLIB MODULE REQUIRED)
5151
find_package(fmt MODULE REQUIRED)
5252

0 commit comments

Comments
 (0)