From 50f7d3d08caa8d5244562afc5f3a6c0acb954fde Mon Sep 17 00:00:00 2001 From: Colin Cornaby Date: Mon, 17 Jun 2024 22:33:18 -0700 Subject: [PATCH] Updating libarchive target include --- Sources/Plasma/Apps/plClient/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Sources/Plasma/Apps/plClient/CMakeLists.txt b/Sources/Plasma/Apps/plClient/CMakeLists.txt index 5cd3918767..ca17ad37c3 100644 --- a/Sources/Plasma/Apps/plClient/CMakeLists.txt +++ b/Sources/Plasma/Apps/plClient/CMakeLists.txt @@ -246,7 +246,7 @@ target_link_libraries( CURL::libcurl "$<$:-framework Cocoa>" "$<$:-framework QuartzCore>" - "$<$:archive>" + $<$:libarchive::libarchive> ) target_include_directories(plClient PRIVATE "${CMAKE_CURRENT_SOURCE_DIR}")