Skip to content

Commit

Permalink
Removing custom LibArchive check
Browse files Browse the repository at this point in the history
  • Loading branch information
colincornaby committed Jul 9, 2024
1 parent c5071bf commit 19336df
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 45 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ find_package(ZLIB REQUIRED)
if(APPLE)
find_package(Security)
find_package(Metal)
find_package(libarchive REQUIRED)
find_package(LibArchive REQUIRED)
elseif(UNIX)
find_package(LIBSECRET)
find_package(Uuid REQUIRED)
Expand Down
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>:libarchive::libarchive>
$<$<PLATFORM_ID:Darwin>:LibArchive::LibArchive>
)
target_include_directories(plClient PRIVATE "${CMAKE_CURRENT_SOURCE_DIR}")

Expand Down
43 changes: 0 additions & 43 deletions cmake/Findlibarchive.cmake

This file was deleted.

0 comments on commit 19336df

Please sign in to comment.