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
No known key found for this signature in database
GPG Key ID: 7CBEFA144857DC97
2 changed files with 0 additions and 2 deletions

View File

@ -51,7 +51,6 @@ target_link_libraries(${TARGET_NAME}
${TARGET_LIB}
sdrbase
${TARGET_LIB_GUI}
${CM256CC_LIBRARIES}
swagger
)

View File

@ -50,7 +50,6 @@ target_link_libraries(${TARGET_NAME}
sdrbase
${TARGET_LIB_GUI}
swagger
${CM256CC_LIBRARIES}
)
install(TARGETS ${TARGET_NAME} DESTINATION ${INSTALL_FOLDER})