Remove duplicate hackrf_operacake definition

This commit is contained in:
Dominic Spill
2017-01-23 16:11:47 -07:00
parent 7b18c308fe
commit 18f014e11f

View File

@ -40,9 +40,6 @@ SET(TOOLS
hackrf_operacake
)
add_executable(hackrf_operacake hackrf_operacake.c)
install(TARGETS hackrf_operacake RUNTIME DESTINATION ${INSTALL_DEFAULT_BINDIR})
if(NOT libhackrf_SOURCE_DIR)
include_directories(${LIBHACKRF_INCLUDE_DIR})
LIST(APPEND TOOLS_LINK_LIBS ${LIBHACKRF_LIBRARIES})