mirror of
https://github.com/f4exb/sdrangel.git
synced 2024-11-23 00:18:37 -05:00
Merge pull request #154 from muellermartin/fix-cmake-find-hackrf
Fix wrong library name in CMake module for hackrf
This commit is contained in:
commit
1c5562471a
@ -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