We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e5149c2 + b3d25f6 commit b959ff3Copy full SHA for b959ff3
CMakeLists.txt
@@ -787,8 +787,8 @@ IF (APPLE AND BUNDLE_APP)
787
# SET(CMAKE_BUILD_WITH_INSTALL_RPATH FALSE)
788
789
IF (BUNDLE_SOAPY_MODS)
790
- message(STATUS "SOAPY_ROOT: ${SOAPY_SDR_ROOT}")
791
- SET(SOAPY_SDR_MOD_PATH "${SOAPY_SDR_ROOT}/lib/SoapySDR/modules${SOAPY_SDR_ABI_VERSION}")
+ message(STATUS "SOAPY_ROOT: ${CMAKE_INSTALL_PREFIX}")
+ SET(SOAPY_SDR_MOD_PATH "${CMAKE_INSTALL_PREFIX}/lib/SoapySDR/modules${SOAPY_SDR_ABI_VERSION}")
792
message(STATUS "SOAPY_SDR_MOD_PATH: ${SOAPY_SDR_MOD_PATH}")
793
794
file(GLOB SOAPY_MODS ${SOAPY_SDR_MOD_PATH}/*.so)
0 commit comments