From 2a3e3f87b5f32b179e00c9ab2c1f4d4c98838341 Mon Sep 17 00:00:00 2001 From: tastytea Date: Sat, 29 May 2021 21:29:53 +0200 Subject: [PATCH] Fix pugixml target. --- src/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 1bdff15..9207224 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -25,7 +25,7 @@ target_link_libraries(${PROJECT_NAME}_lib termcolor::termcolor Threads::Threads m - pugixml) + pugixml::pugixml) if(${CMAKE_VERSION} VERSION_LESS 3.17) target_link_libraries(${PROJECT_NAME}_lib