Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
W
waLBerla
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Terraform modules
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Moritz Lehmann
waLBerla
Commits
5ee22fae
Commit
5ee22fae
authored
3 years ago
by
Dominik Thoennes
Browse files
Options
Downloads
Patches
Plain Diff
link cuda only if build with cuda
parent
a485d19f
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/python_coupling/CMakeLists.txt
+4
-1
4 additions, 1 deletion
src/python_coupling/CMakeLists.txt
with
4 additions
and
1 deletion
src/python_coupling/CMakeLists.txt
+
4
−
1
View file @
5ee22fae
add_library
(
python_coupling
)
add_library
(
python_coupling
)
target_link_libraries
(
python_coupling PUBLIC pybind11::embed core communication domain_decomposition stencil field blockforest vtk cuda
)
target_link_libraries
(
python_coupling PUBLIC pybind11::embed core communication domain_decomposition stencil field blockforest vtk
)
if
(
WALBERLA_BUILD_WITH_CUDA
)
target_link_libraries
(
python_coupling PUBLIC cuda
)
endif
()
set_target_properties
(
python_coupling PROPERTIES CXX_VISIBILITY_PRESET hidden
)
set_target_properties
(
python_coupling PROPERTIES CXX_VISIBILITY_PRESET hidden
)
target_sources
(
python_coupling
target_sources
(
python_coupling
PRIVATE
PRIVATE
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment