Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
dune-foamgrid
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
extensions
dune-foamgrid
Merge requests
!89
[python] Use new Python module structure of dune-common MR 960
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
[python] Use new Python module structure of dune-common MR 960
python-overhaul
into
master
Overview
8
Commits
5
Pipelines
8
Changes
1
1 unresolved thread
Hide all comments
Merged
Timo Koch
requested to merge
python-overhaul
into
master
3 years ago
Overview
8
Commits
5
Pipelines
8
Changes
1
1 unresolved thread
Hide all comments
Expand
0
0
Merge request reports
Viewing commit
a3f97872
Prev
Next
Show latest version
1 file
+
10
−
0
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
a3f97872
[python][cmake] Differentiate >= 2.9 and earlier.
· a3f97872
Timo Koch
authored
3 years ago
CMakeLists.txt
+
10
−
0
Options
@@ -23,6 +23,16 @@ add_subdirectory(dune)
add_subdirectory
(
doc
)
add_subdirectory
(
cmake/modules
)
add_subdirectory
(
examples
)
# Since 2.9 Python bindings are enabled by default
if
(
${
dune-common_VERSION
}
VERSION_GREATER_EQUAL 2.9
)
add_subdirectory
(
python
)
else
()
if
(
DUNE_ENABLE_PYTHONBINDINGS
)
add_subdirectory
(
python
)
endif
()
endif
()
add_subdirectory
(
python
)
# finalize the dune project, e.g. generating config.h etc.
Loading