From 2c6716907e3ac64aa4f0b3efa03c7a23b340f2f9 Mon Sep 17 00:00:00 2001 From: "Charles J. Cliffe" Date: Thu, 17 Aug 2023 00:51:36 -0400 Subject: [PATCH] Actual fix was in build repo; revert ABI version reference --- CMakeLists.txt | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 56e6af6..58faccf 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -787,9 +787,7 @@ IF (APPLE AND BUNDLE_APP) IF (BUNDLE_SOAPY_MODS) message(STATUS "SOAPY_ROOT: ${SOAPY_SDR_ROOT}") - string(REPLACE "-" ";" SOAPY_SDR_ABI_VERSION_LIST ${SOAPY_SDR_ABI_VERSION}) - list(GET SOAPY_SDR_ABI_VERSION_LIST 0 SOAPY_SDR_MOD_DIR_SUFFIX) - SET(SOAPY_SDR_MOD_PATH "${SOAPY_SDR_ROOT}/lib/SoapySDR/modules${SOAPY_SDR_MOD_DIR_SUFFIX}") + SET(SOAPY_SDR_MOD_PATH "${SOAPY_SDR_ROOT}/lib/SoapySDR/modules${SOAPY_SDR_ABI_VERSION}") message(STATUS "SOAPY_SDR_MOD_PATH: ${SOAPY_SDR_MOD_PATH}") file(GLOB SOAPY_MODS ${SOAPY_SDR_MOD_PATH}/*.so)