do not add hackrf_sweep to cmake list twice
This commit is contained in:
@ -42,7 +42,6 @@ if(MSVC)
|
|||||||
include_directories(${FFTW_INCLUDES})
|
include_directories(${FFTW_INCLUDES})
|
||||||
else()
|
else()
|
||||||
pkg_check_modules(FFTW REQUIRED fftw3f)
|
pkg_check_modules(FFTW REQUIRED fftw3f)
|
||||||
LIST(APPEND TOOLS hackrf_sweep)
|
|
||||||
LIST(APPEND TOOLS_LINK_LIBS m fftw3f)
|
LIST(APPEND TOOLS_LINK_LIBS m fftw3f)
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user