Skip to content

Commit 0601faf

Browse files
committed
test path
1 parent 351e0f4 commit 0601faf

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

SerialPrograms/CMakeLists.txt

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2154,11 +2154,9 @@ else()
21542154

21552155
# enable dpp integration
21562156
if ((APPLE) AND (CMAKE_SYSTEM_PROCESSOR MATCHES "(arm64)|(ARM64)"))
2157-
message(STATUS "Looking for libdpp at: ${CMAKE_CURRENT_SOURCE_DIR}/../3rdPartyBinaries/libdpp_macos_arm64.a")
2158-
21592157
add_library(libdpp STATIC IMPORTED)
21602158
set_target_properties(libdpp PROPERTIES
2161-
IMPORTED_LOCATION ../3rdPartyBinaries/libdpp_macos_arm64.a
2159+
IMPORTED_LOCATION "${CMAKE_CURRENT_SOURCE_DIR}/../3rdPartyBinaries/libdpp_macos_arm64.a"
21622160
INTERFACE_COMPILE_DEFINITIONS "PA_DPP"
21632161
INTERFACE_LINK_LIBRARIES "-L/opt/homebrew/lib -lssl -lcrypto -lopus -lsodium -lz" # add dpp's deps
21642162
)

0 commit comments

Comments
 (0)