Skip to content

Commit

Permalink
test path
Browse files Browse the repository at this point in the history
  • Loading branch information
pifopi committed Nov 8, 2024
1 parent 351e0f4 commit 0601faf
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions SerialPrograms/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2154,11 +2154,9 @@ else()

# enable dpp integration
if ((APPLE) AND (CMAKE_SYSTEM_PROCESSOR MATCHES "(arm64)|(ARM64)"))
message(STATUS "Looking for libdpp at: ${CMAKE_CURRENT_SOURCE_DIR}/../3rdPartyBinaries/libdpp_macos_arm64.a")

add_library(libdpp STATIC IMPORTED)
set_target_properties(libdpp PROPERTIES
IMPORTED_LOCATION ../3rdPartyBinaries/libdpp_macos_arm64.a
IMPORTED_LOCATION "${CMAKE_CURRENT_SOURCE_DIR}/../3rdPartyBinaries/libdpp_macos_arm64.a"
INTERFACE_COMPILE_DEFINITIONS "PA_DPP"
INTERFACE_LINK_LIBRARIES "-L/opt/homebrew/lib -lssl -lcrypto -lopus -lsodium -lz" # add dpp's deps
)
Expand Down

0 comments on commit 0601faf

Please sign in to comment.