mirror of
https://github.com/f4exb/sdrangel.git
synced 2024-12-25 12:12:02 -05:00
Merge pull request #480 from luigifreitas/patch-1
Fixing CMake PkgConfig for the SoapySDR Module
This commit is contained in:
commit
47ab1385ad
@ -9,7 +9,7 @@ if(NOT SOAPYSDR_FOUND)
|
|||||||
set(${VERSION} "${CMAKE_MATCH_1}" PARENT_SCOPE)
|
set(${VERSION} "${CMAKE_MATCH_1}" PARENT_SCOPE)
|
||||||
endfunction(_SOAPY_SDR_GET_ABI_VERSION)
|
endfunction(_SOAPY_SDR_GET_ABI_VERSION)
|
||||||
|
|
||||||
pkg_check_modules (LIBSOAPYSDR_PKG soapysdr>=0.4.0)
|
pkg_check_modules (LIBSOAPYSDR_PKG soapysdr>=0.4.0 SoapySDR>=0.4.0)
|
||||||
|
|
||||||
if(LIBSOAPYSDR_PKG_FOUND OR (DEFINED SOAPYSDR_DIR))
|
if(LIBSOAPYSDR_PKG_FOUND OR (DEFINED SOAPYSDR_DIR))
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user