mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2026-05-01 11:52:22 +02:00
fixed build
This commit is contained in:
+1
-1
@@ -32,7 +32,7 @@ if(NOT CMAKE_USE_PTHREADS_INIT)
|
||||
message(FATAL_ERROR "A POSIX threads (pthread) implementation is required, but was not found.")
|
||||
endif()
|
||||
|
||||
option(SLS_LOG_MAX_REPORTING_LEVEL "Set the maximum logging level for the project" "sls::TLogLevel::logINFO")
|
||||
set(SLS_LOG_MAX_REPORTING_LEVEL "Set the maximum logging level for the project" CACHE STRING "sls::TLogLevel::logINFO")
|
||||
|
||||
option(SLS_USE_SYSTEM_ZMQ "Use system installed libzmq" OFF)
|
||||
|
||||
|
||||
@@ -6,7 +6,6 @@ VirtualMatterhornServer::VirtualMatterhornServer(uint16_t port)
|
||||
: BaseMatterhornServer<VirtualMatterhornServer>(port) {
|
||||
|
||||
udpDetails[0].srcip = LOCALHOSTIP_INT;
|
||||
// TODO: when do i set the udp mac and ip ?
|
||||
|
||||
// should maybe be part of the constructor?
|
||||
tcpInterface->startTCPServer();
|
||||
|
||||
Reference in New Issue
Block a user