mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-23 10:07:59 +02:00
REST implementation removed from slsReceiver
This commit is contained in:
@ -17,16 +17,6 @@ set(SOURCES
|
||||
)
|
||||
|
||||
|
||||
# REST
|
||||
if (REST)
|
||||
MESSAGE("\n *** Using REST Implementation *** \n")
|
||||
list (APPEND SOURCES src/UDPRestImplementation.cpp)
|
||||
# add_library(poco etc.)
|
||||
else (REST)
|
||||
MESSAGE("\n *** Using Standard Implementation *** \n")
|
||||
endif (REST)
|
||||
|
||||
|
||||
# HDF5
|
||||
if (USE_HDF5)
|
||||
if (HDF5_FOUND)
|
||||
|
Reference in New Issue
Block a user