mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2026-01-18 14:52:20 +01: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