From 350646081351fe5f0ab7d6d6b2b9847d806debae Mon Sep 17 00:00:00 2001 From: Andrej Babic Date: Thu, 9 Apr 2020 13:22:38 +0200 Subject: [PATCH] Remove not yet completed builds --- CMakeLists.txt | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index e6725de..7f68884 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -29,5 +29,6 @@ add_subdirectory( EXCLUDE_FROM_ALL) add_subdirectory("core-writer") -add_subdirectory("csaxs") -add_subdirectory("sf-writer") \ No newline at end of file +#add_subdirectory("csaxs") +add_subdirectory("sf-writer") +#add_subdirectory("swmr-writer") \ No newline at end of file