From 591610062adaf100c13f1b833cb4fb2e0f9af54e Mon Sep 17 00:00:00 2001 From: "Charles J. Cliffe" Date: Mon, 2 Jan 2017 01:37:22 -0500 Subject: [PATCH] Bundle mod folder update --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 2237b54..d54217f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -934,7 +934,7 @@ IF (WIN32 AND BUILD_INSTALLER) ENDIF() file(GLOB SOAPY_BINS ${SOAPY_SDR_ROOT}/bin/*.dll) - file(GLOB SOAPY_MODS ${SOAPY_SDR_ROOT}/lib/SoapySDR/modules/*.dll) + file(GLOB SOAPY_MODS ${SOAPY_SDR_ROOT}/lib/SoapySDR/modules${SOAPY_SDR_ABI_VERSION}/*.dll) message(STATUS "SOAPY_BINS: ${SOAPY_BINS}") message(STATUS "SOAPY_MODS: ${SOAPY_MODS}") install(FILES ${SOAPY_BINS} DESTINATION .)