We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 351e0f4 commit 0601fafCopy full SHA for 0601faf
SerialPrograms/CMakeLists.txt
@@ -2154,11 +2154,9 @@ else()
2154
2155
# enable dpp integration
2156
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
-
2159
add_library(libdpp STATIC IMPORTED)
2160
set_target_properties(libdpp PROPERTIES
2161
- IMPORTED_LOCATION ../3rdPartyBinaries/libdpp_macos_arm64.a
+ IMPORTED_LOCATION "${CMAKE_CURRENT_SOURCE_DIR}/../3rdPartyBinaries/libdpp_macos_arm64.a"
2162
INTERFACE_COMPILE_DEFINITIONS "PA_DPP"
2163
INTERFACE_LINK_LIBRARIES "-L/opt/homebrew/lib -lssl -lcrypto -lopus -lsodium -lz" # add dpp's deps
2164
)
0 commit comments