Skip to content

Commit

Permalink
Updating libarchive target include
Browse files Browse the repository at this point in the history
  • Loading branch information
colincornaby committed Jun 18, 2024
1 parent f734138 commit 50f7d3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/Plasma/Apps/plClient/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@ target_link_libraries(
CURL::libcurl
"$<$<PLATFORM_ID:Darwin>:-framework Cocoa>"
"$<$<PLATFORM_ID:Darwin>:-framework QuartzCore>"
"$<$<PLATFORM_ID:Darwin>:archive>"
$<$<PLATFORM_ID:Darwin>:libarchive::libarchive>
)
target_include_directories(plClient PRIVATE "${CMAKE_CURRENT_SOURCE_DIR}")

Expand Down

0 comments on commit 50f7d3d

Please sign in to comment.