aboutsummaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorJoseph Hunkeler <jhunkeler@gmail.com>2024-05-16 12:25:23 -0400
committerJoseph Hunkeler <jhunkeler@gmail.com>2024-05-16 12:25:23 -0400
commitdcc811b2cd524841accce2dadd93143d845a298e (patch)
tree612bc648edc298fd532f9f82e2821014f382d46e /CMakeLists.txt
parenteaaae2c0f77fe371b1da8c2c248888103d488961 (diff)
downloadstasis-dcc811b2cd524841accce2dadd93143d845a298e.tar.gz
cmake: Use expected package name for libxml2 (LibXml2)
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 5b8376e..0824baa 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -5,7 +5,7 @@ include(GNUInstallDirs)
set(nix_cflags -Wall -Wextra -fPIC)
set(win_cflags /Wall)
set(CMAKE_C_STANDARD 99)
-find_package(libxml2)
+find_package(LibXml2)
find_package(CURL)
link_libraries(CURL::libcurl)
link_libraries(LibXml2::LibXml2)