Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
dune-istl
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
Model registry
Operate
Environments
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-istl
Merge requests
!476
WIP: Create DUNE_PROJECT_TARGET
Code
Review changes
Check out branch
Download
Patches
Plain diff
Closed
WIP: Create DUNE_PROJECT_TARGET
feature/target-include-directories
into
master
Overview
1
Commits
1
Pipelines
3
Changes
2
Closed
Simon Praetorius
requested to merge
feature/target-include-directories
into
master
2 years ago
Overview
1
Commits
1
Pipelines
3
Changes
2
Expand
This MR is associated to the
dune-common!944 (closed)
0
0
Merge request reports
Compare
master
version 2
134b1876
2 years ago
version 1
c50f3833
2 years ago
master (base)
and
latest version
latest version
0e34a8e7
1 commit,
1 year ago
version 2
134b1876
1 commit,
2 years ago
version 1
c50f3833
1 commit,
2 years ago
2 files
+
1
−
2
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
2
Search (e.g. *.vue) (Ctrl+P)
python/dune/istl/CMakeLists.txt
+
0
−
1
Options
@@ -5,7 +5,6 @@ add_python_targets(istl
__init__
)
dune_add_pybind11_module
(
NAME _istl
)
set_property
(
TARGET _istl PROPERTY LINK_LIBRARIES dunecommon APPEND
)
if
(
SKBUILD
)
install
(
TARGETS _istl LIBRARY DESTINATION python/dune/istl
)
endif
()
Loading