From 351e0f43e71e1088445da2b41971586c87e12521 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?DOTTEL=20Ga=C3=ABl?= Date: Fri, 8 Nov 2024 19:32:37 +0100 Subject: [PATCH] a --- SerialPrograms/CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/SerialPrograms/CMakeLists.txt b/SerialPrograms/CMakeLists.txt index 7e4bf8aae..4e255c214 100644 --- a/SerialPrograms/CMakeLists.txt +++ b/SerialPrograms/CMakeLists.txt @@ -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