diff --git a/CMakeLists.txt b/CMakeLists.txt index d973dfc77..ae207225c 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -436,11 +436,6 @@ if (SLS_USE_SERVER) add_subdirectory(slsDetectorServers/slsDetectorServer_cpp) endif() -# TODO refactor with simulators -if (SLS_USE_SERVER) - add_subdirectory(slsDetectorServers/slsDetectorServer_cpp) -endif() - if (SLS_USE_RECEIVER) add_subdirectory(slsReceiverSoftware) endif (SLS_USE_RECEIVER)