We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1bf7c22 commit 21a6d2bCopy full SHA for 21a6d2b
CMakeLists.txt
@@ -767,9 +767,10 @@ IF (APPLE AND BUNDLE_APP)
767
768
IF (BUNDLE_SOAPY_MODS)
769
message(STATUS "SOAPY_ROOT: ${SOAPY_SDR_ROOT}")
770
- SET(SOAPY_SDR_MOD_PATH "${SOAPY_SDR_ROOT}/lib/SoapySDR/modules/${SOAPY_SDR_ABI_VERSION}")
+ SET(SOAPY_SDR_MOD_PATH "${SOAPY_SDR_ROOT}/lib/SoapySDR/modules${SOAPY_SDR_ABI_VERSION}")
771
+ message(STATUS "SOAPY_SDR_MOD_PATH: ${SOAPY_SDR_MOD_PATH}")
772
- file(GLOB SOAPY_MODS ${SOAPY_MOD_PATH}/*.so)
773
+ file(GLOB SOAPY_MODS ${SOAPY_SDR_MOD_PATH}/*.so)
774
775
FOREACH(SOAPY_MOD_FILE ${SOAPY_MODS})
776
INSTALL( FILES "${SOAPY_MOD_FILE}"
0 commit comments