mirror of
https://github.com/f4exb/sdrangel.git
synced 2026-06-07 16:34:45 -04:00
SDRDaemon: removed references to nanomsg entirely
This commit is contained in:
@@ -44,7 +44,6 @@ target_include_directories(inputsdrdaemonsourcesrv PUBLIC
|
||||
${CMAKE_CURRENT_BINARY_DIR}
|
||||
${CMAKE_SOURCE_DIR}/swagger/sdrangel/code/qt5/client
|
||||
${LIBCM256CCSRC}
|
||||
${LIBNANOMSG_INCLUDE_DIR}
|
||||
)
|
||||
else (BUILD_DEBIAN)
|
||||
target_include_directories(inputsdrdaemonsourcesrv PUBLIC
|
||||
@@ -52,7 +51,6 @@ target_include_directories(inputsdrdaemonsourcesrv PUBLIC
|
||||
${CMAKE_CURRENT_BINARY_DIR}
|
||||
${CMAKE_SOURCE_DIR}/swagger/sdrangel/code/qt5/client
|
||||
${CM256CC_INCLUDE_DIR}
|
||||
${LIBNANOMSG_INCLUDE_DIR}
|
||||
)
|
||||
endif (BUILD_DEBIAN)
|
||||
|
||||
@@ -60,7 +58,6 @@ if (BUILD_DEBIAN)
|
||||
target_link_libraries(inputsdrdaemonsourcesrv
|
||||
${QT_LIBRARIES}
|
||||
cm256cc
|
||||
${LIBNANOMSG_LIBRARIES}
|
||||
sdrbase
|
||||
swagger
|
||||
)
|
||||
@@ -68,7 +65,6 @@ else (BUILD_DEBIAN)
|
||||
target_link_libraries(inputsdrdaemonsourcesrv
|
||||
${QT_LIBRARIES}
|
||||
${CM256CC_LIBRARIES}
|
||||
${LIBNANOMSG_LIBRARIES}
|
||||
sdrbase
|
||||
swagger
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user