mirror of
https://github.com/greatscottgadgets/hackrf.git
synced 2026-03-03 05:55:18 +01:00
do not add hackrf_sweep to cmake list twice
This commit is contained in:
@@ -42,7 +42,6 @@ if(MSVC)
|
||||
include_directories(${FFTW_INCLUDES})
|
||||
else()
|
||||
pkg_check_modules(FFTW REQUIRED fftw3f)
|
||||
LIST(APPEND TOOLS hackrf_sweep)
|
||||
LIST(APPEND TOOLS_LINK_LIBS m fftw3f)
|
||||
endif()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user