From c87e4bbd5f0fae0fd121a6df07a1115812f470ac Mon Sep 17 00:00:00 2001
From: Christoph Schwarzmeier <christoph.schwarzmeier@fau.de>
Date: Wed, 20 Apr 2022 13:52:07 +0200
Subject: [PATCH] Remove misplaced line in blockforest/CMakeLists.txt

---
 src/blockforest/CMakeLists.txt | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/src/blockforest/CMakeLists.txt b/src/blockforest/CMakeLists.txt
index 70ae336fd..5be892061 100644
--- a/src/blockforest/CMakeLists.txt
+++ b/src/blockforest/CMakeLists.txt
@@ -1,11 +1,10 @@
-
 OPTION( WALBERLA_BLOCKFOREST_PRIMITIVE_BLOCKID "BlockForest: enables/disables BlockID implementation as a primitive data type (uint_t)" ON )
 
 mark_as_advanced( WALBERLA_BLOCKFOREST_PRIMITIVE_BLOCKID )
 
 configure_file( CMakeDefs.in.h CMakeDefs.h )
 
-add_library( blockforest ../../tests/timeloop/TimeloopSweepManagementTest.cpp)
+add_library( blockforest )
 target_link_libraries( blockforest PUBLIC communication core domain_decomposition stencil )
 target_sources( blockforest
       PRIVATE
@@ -50,4 +49,4 @@ target_sources( blockforest
       )
 
 add_subdirectory( communication )
-add_subdirectory( loadbalancing )
\ No newline at end of file
+add_subdirectory( loadbalancing )
-- 
GitLab