do not add hackrf_sweep to cmake list twice

This commit is contained in:
Michael Ossmann
2017-02-15 08:56:19 -07:00
committed by GitHub
parent 2b96ab02df
commit 1ba64c674c

View File

@ -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()