1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2026-06-03 06:24:48 -04:00

cmake: remove cm256cc library dependency from local{sink,input}

This commit is contained in:
Davide Gerhard
2019-05-22 17:54:40 +02:00
parent 301c580b56
commit b3baf1f7fb
2 changed files with 0 additions and 2 deletions
@@ -50,7 +50,6 @@ target_link_libraries(${TARGET_NAME}
sdrbase
${TARGET_LIB_GUI}
swagger
${CM256CC_LIBRARIES}
)
install(TARGETS ${TARGET_NAME} DESTINATION ${INSTALL_FOLDER})