From ca3bbd1c3f4917f52f6a5385d8097072195741de Mon Sep 17 00:00:00 2001 From: Alice Date: Fri, 29 May 2026 17:22:08 +0200 Subject: [PATCH] fixed cmake list --- CMakeLists.txt | 5 ----- 1 file changed, 5 deletions(-) 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)