Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
dumux
Manage
Activity
Members
Labels
Plan
Issues
77
Issue boards
Milestones
Wiki
Code
Merge requests
77
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
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
dumux-repositories
dumux
Merge requests
!1104
[multidomain][test][stokesDarcy] Fix CMakeLists.txt
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
[multidomain][test][stokesDarcy] Fix CMakeLists.txt
fix/cmake-multidomain
into
master
Overview
0
Commits
1
Pipelines
0
Changes
3
Merged
Kilian Weishaupt
requested to merge
fix/cmake-multidomain
into
master
6 years ago
Overview
0
Commits
1
Pipelines
0
Changes
3
Expand
do not use add_executable() if the target is only used once
👍
0
👎
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
b356e3f6
1 commit,
6 years ago
3 files
+
3
−
9
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
3
Search (e.g. *.vue) (Ctrl+P)
test/multidomain/boundary/stokesdarcy/1p2c_1p2c/horizontalflow/CMakeLists.txt
+
1
−
3
Options
add_input_file_links
()
add_executable
(
test_stokes1p2cdarcy1p2chorizontal EXCLUDE_FROM_ALL test_stokes1p2cdarcy1p2chorizontal.cc
)
dune_add_test
(
NAME test_stokes1p2cdarcy1p2chorizontal
TARGET
test_stokes1p2cdarcy1p2chorizontal
SOURCES
test_stokes1p2cdarcy1p2chorizontal
.cc
CMAKE_GUARD HAVE_UMFPACK
COMMAND
${
CMAKE_SOURCE_DIR
}
/bin/testing/runtest.py
CMD_ARGS --script fuzzy
Loading