Index: lib/MsgUtils/CMakeLists.txt =================================================================== diff -u -r5d7e5fb0ae59ff93b2c5756ade0093eb2d5fe41f -r808df723cf9d1b0097796815e5229abfa18f2d8f --- lib/MsgUtils/CMakeLists.txt (.../CMakeLists.txt) (revision 5d7e5fb0ae59ff93b2c5756ade0093eb2d5fe41f) +++ lib/MsgUtils/CMakeLists.txt (.../CMakeLists.txt) (revision 808df723cf9d1b0097796815e5229abfa18f2d8f) @@ -10,7 +10,6 @@ endif() find_package(Protobuf REQUIRED) -find_package(absl REQUIRED) find_package(QT NAMES Qt6 Qt5 REQUIRED COMPONENTS Core) find_package(Qt${QT_VERSION_MAJOR} REQUIRED COMPONENTS Core Network SerialBus) @@ -37,7 +36,7 @@ include/FrameInterface.h include/main.h include/MessageBuilder.h - # include/MessageDispatcher.h + include/MessageDispatcher.h # include/MessageGlobals.h # include/MessageInterpreter.h # include/qrcodegen.h @@ -52,7 +51,7 @@ src/format.cpp src/FrameInterface.cpp src/MessageBuilder.cpp - # src/MessageDispatcher.cpp + src/MessageDispatcher.cpp # src/MessageInterpreter.cpp # src/qrcodegen.cpp src/types.cpp @@ -100,9 +99,6 @@ target_link_libraries(${PROJECT_NAME} PUBLIC ${Protobuf_LIBRARIES} - absl::log - absl::log_internal_check_op - absl::log_internal_message Qt${QT_VERSION_MAJOR}::Core Qt${QT_VERSION_MAJOR}::Network Qt${QT_VERSION_MAJOR}::SerialBus