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 45f8fea commit 351e0f4Copy full SHA for 351e0f4
SerialPrograms/CMakeLists.txt
@@ -2154,6 +2154,8 @@ 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
0 commit comments