Skip to content

Commit 351e0f4

Browse files
committed
a
1 parent 45f8fea commit 351e0f4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

SerialPrograms/CMakeLists.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2154,6 +2154,8 @@ 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+
21572159
add_library(libdpp STATIC IMPORTED)
21582160
set_target_properties(libdpp PROPERTIES
21592161
IMPORTED_LOCATION ../3rdPartyBinaries/libdpp_macos_arm64.a

0 commit comments

Comments
 (0)