1
0
mirror of https://github.com/gnss-sdr/gnss-sdr synced 2025-12-08 01:28:05 +00:00

Implement FIR filter configuration

This commit is contained in:
Carles Fernandez
2019-10-09 20:50:06 +02:00
parent c081c2ea57
commit e4a39188f5
8 changed files with 155 additions and 34 deletions

View File

@@ -74,7 +74,7 @@ find_library(
/usr/local/lib
/usr/local/lib64
/opt/local/lib
/Library/Frameworks/iio.framework/
/Library/Frameworks/ad9361.framework
${CMAKE_INSTALL_PREFIX}/lib
${CMAKE_INSTALL_PREFIX}/lib64
${LIBAD9361_ROOT}/lib
@@ -99,11 +99,11 @@ endif()
if(LIBAD9361_FOUND AND LIBAD9361_VERSION)
set_package_properties(LIBAD9361 PROPERTIES
DESCRIPTION "A library for interfacing with AD936X transceivers (found: v${LIBAD9361_VERSION})"
DESCRIPTION "A library for interfacing with AD936X RF transceivers (found: v${LIBAD9361_VERSION})"
)
else()
set_package_properties(LIBAD9361 PROPERTIES
DESCRIPTION "A library for interfacing with AD936X transceivers"
DESCRIPTION "A library for interfacing with AD936X RF transceivers"
)
endif()