mirror of
https://github.com/f4exb/sdrangel.git
synced 2025-02-03 09:44:01 -05:00
Fix wrong library name in CMake module for hackrf
This commit is contained in:
parent
408b80fa1d
commit
0ce735e883
@ -1,6 +1,6 @@
|
||||
if(NOT LIBHACKRF_FOUND)
|
||||
|
||||
pkg_check_modules (LIBHACKRF_PKG libairspy)
|
||||
pkg_check_modules (LIBHACKRF_PKG libhackrf)
|
||||
find_path(LIBHACKRF_INCLUDE_DIR NAMES libhackrf/hackrf.h
|
||||
PATHS
|
||||
${LIBHACKRF_PKG_INCLUDE_DIRS}
|
||||
|
Loading…
Reference in New Issue
Block a user