diff --git a/CMakeLists.txt b/CMakeLists.txt index d81dd66..a0e648f 100755 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -92,31 +92,31 @@ target_include_directories(whisper-com PUBLIC $ src) - add_executable(main + # add_executable(main - src/main.cpp + # src/main.cpp - ) - add_dependencies(main protoc) + # ) + # add_dependencies(main protoc) - target_link_libraries(main - whisper-com - loguru - ) + # target_link_libraries(main + # whisper-com + # loguru + # ) - add_executable(mainRcv + # add_executable(mainRcv - src/mainRecv.cpp + # src/mainRecv.cpp - ) - target_link_libraries(mainRcv - loguru - whisper-com + # ) + # target_link_libraries(mainRcv + # loguru + # whisper-com - ) + # ) # # Everything TEST related diff --git a/src/WHISPER/InternalUDPService.cpp b/src/WHISPER/InternalUDPService.cpp index 71a72c9..2591b28 100644 --- a/src/WHISPER/InternalUDPService.cpp +++ b/src/WHISPER/InternalUDPService.cpp @@ -5,7 +5,7 @@ #include "WHISPER/Messages/Leave.hpp" #include "WHISPER/Messages/Message.hpp" #include "WHISPER/whisper.hpp" -#include "zmq.hpp" +#include #include #include #include