Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
dune-common
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
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
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Core Modules
dune-common
Commits
7a4cb489
Commit
7a4cb489
authored
4 years ago
by
Andreas Dedner
Browse files
Options
Downloads
Patches
Plain Diff
change to CMakeLists.txt added by mistake in previous commit
parent
85801614
Branches
Branches containing commit
Tags
Tags containing commit
1 merge request
!918
Fix #236
Pipeline
#32975
passed
4 years ago
Stage: test
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
dune/python/test/CMakeLists.txt
+2
-2
2 additions, 2 deletions
dune/python/test/CMakeLists.txt
with
2 additions
and
2 deletions
dune/python/test/CMakeLists.txt
+
2
−
2
View file @
7a4cb489
...
...
@@ -9,5 +9,5 @@ dune_add_test(SOURCES test_embed1.cc
)
add_executable
(
test_embed2 EXCLUDE_FROM_ALL test_embed2.cc
)
#
target_link_libraries(test_embed2 PUBLIC ${DUNE_LIBS} ${Python3_LIBRARIES})
target_link_libraries
(
test_embed2 PRIVATE Python3::Python
)
target_link_libraries
(
test_embed2 PUBLIC
${
DUNE_LIBS
}
${
Python3_LIBRARIES
}
)
# the following should apparently work but doesn't
target_link_libraries(test_embed2 PRIVATE Python3::Python)
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