Skip to content
Snippets Groups Projects
Commit 5daf69e1 authored by Christoph Rettinger's avatar Christoph Rettinger
Browse files

Merge branch 'remove-misplaced-test-cmake' into 'master'

Remove misplaced line in blockforest/CMakeLists.txt

See merge request walberla/walberla!544
parents a61cb68f c87e4bbd
Branches
No related merge requests found
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 )
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