Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Jonas Plewinski
waLBerla
Commits
c87e4bbd
Commit
c87e4bbd
authored
Apr 20, 2022
by
Christoph Schwarzmeier
Browse files
Remove misplaced line in blockforest/CMakeLists.txt
parent
a61cb68f
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/blockforest/CMakeLists.txt
View file @
c87e4bbd
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
)
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment