Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
dune-alugrid
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
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
Code review analytics
Issue analytics
Insights
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
ag-ohlberger
dune-community
dune-alugrid
Commits
e9b4c0da
Commit
e9b4c0da
authored
4 years ago
by
Robert K
Browse files
Options
Downloads
Patches
Plain Diff
[cleanup][cmake] link against libs from previous modules.
parent
774631fc
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
lib/CMakeLists.txt
+2
-7
2 additions, 7 deletions
lib/CMakeLists.txt
with
2 additions
and
7 deletions
lib/CMakeLists.txt
+
2
−
7
View file @
e9b4c0da
...
...
@@ -24,13 +24,8 @@ endif()
# add mpi flags to compile library
add_dune_mpi_flags
(
dunealugrid
)
# on macOS, we have to explicitly link against the Dune libraries
if
(
CMAKE_HOST_APPLE
)
target_link_libraries
(
dunealugrid
${
DUNE_LIBS
}
)
else
()
# at least we have to link against dunecommon
target_link_libraries
(
dunealugrid dunecommon
)
endif
()
# link against the Dune libraries
target_link_libraries
(
dunealugrid
${
DUNE_LIBS
}
)
# METIS dependencies
if
(
METIS_FOUND
)
...
...
This diff is collapsed.
Click to expand it.
René Fritze
@r_milk01
mentioned in commit
bdea19f9
·
3 years ago
mentioned in commit
bdea19f9
mentioned in commit bdea19f9a481c3d64cf84e71a2222521f4bb8015
Toggle commit list
Tobias Leibner
@l_tobi01
mentioned in commit
30c71b12
·
3 years ago
mentioned in commit
30c71b12
mentioned in commit 30c71b12cf00bc91d31f367bbcf1848eee9e30da
Toggle commit list
Tobias Leibner
@l_tobi01
mentioned in commit
aa7ca574
·
3 years ago
mentioned in commit
aa7ca574
mentioned in commit aa7ca57429f8fbed962baea4b428f27d21d56a46
Toggle commit list
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