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
!1418
[cmake] Don't install tests
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
[cmake] Don't install tests
cleanup/cmake-dont-install-test
into
master
Overview
0
Commits
1
Pipelines
0
Changes
113
Merged
Timo Koch
requested to merge
cleanup/cmake-dont-install-test
into
master
6 years ago
Overview
0
Commits
1
Pipelines
0
Changes
113
Expand
Fixes
#631 (closed)
👍
0
👎
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
2b72b7f1
1 commit,
6 years ago
113 files
+
92
−
662
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
113
Search (e.g. *.vue) (Ctrl+P)
test/common/boundingboxtree/CMakeLists.txt
+
0
−
8
Options
@@ -21,11 +21,3 @@ dune_add_test(NAME test_geometry_fracture
# symlink the input file in the build directory
dune_symlink_to_source_files
(
FILES
"network1d.msh"
"network2d.msh"
"fracture.msh"
)
#install sources
install
(
FILES
test_bboxtree.cc
test_geometry_fracture.cc
DESTINATION
${
CMAKE_INSTALL_INCLUDEDIR
}
/dumux/test/common/boundingboxtree
)
set
(
CMAKE_BUILD_TYPE Release
)
Loading