Skip to content
Snippets Groups Projects
Commit c87e4bbd authored by Christoph Schwarzmeier's avatar Christoph Schwarzmeier
Browse files

Remove misplaced line in blockforest/CMakeLists.txt

parent a61cb68f
No related merge requests found
OPTION( WALBERLA_BLOCKFOREST_PRIMITIVE_BLOCKID "BlockForest: enables/disables BlockID implementation as a primitive data type (uint_t)" ON ) 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 ) mark_as_advanced( WALBERLA_BLOCKFOREST_PRIMITIVE_BLOCKID )
configure_file( CMakeDefs.in.h CMakeDefs.h ) 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_link_libraries( blockforest PUBLIC communication core domain_decomposition stencil )
target_sources( blockforest target_sources( blockforest
PRIVATE PRIVATE
...@@ -50,4 +49,4 @@ target_sources( blockforest ...@@ -50,4 +49,4 @@ target_sources( blockforest
) )
add_subdirectory( communication ) add_subdirectory( communication )
add_subdirectory( loadbalancing ) add_subdirectory( loadbalancing )
\ No newline at end of file
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment