Skip to content

Commit

Permalink
a
Browse files Browse the repository at this point in the history
  • Loading branch information
pifopi committed Nov 8, 2024
1 parent 45f8fea commit 351e0f4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions SerialPrograms/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2154,6 +2154,8 @@ 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
Expand Down

0 comments on commit 351e0f4

Please sign in to comment.