summaryrefslogtreecommitdiff
blob: cd9406da92862d2c31e1b632170a5daff2e60b18 (plain)
1
2
3
4
5
6
7
8
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -15,7 +15,7 @@
     find_package(Threads QUIET)
 endif()

-add_subdirectory(pugixml)
+find_package(pugixml REQUIRED)