Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
dune-common
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
Package registry
Model registry
Operate
Environments
Terraform modules
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-common
Commits
3b60c00f
Commit
3b60c00f
authored
9 months ago
by
Simon Praetorius
Committed by
Santiago Ospina De Los Ríos
5 months ago
Browse files
Options
Downloads
Patches
Plain Diff
Remove target_include_dir from dune-instance generated targets
parent
f20ca189
No related branches found
No related tags found
2 merge requests
!1470
Fix wrong variable name to make target hash (2.10)
,
!1355
Provide a cmake utility dune_default_include_directories
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
dune/common/simd/test/CMakeLists.txt
+0
-4
0 additions, 4 deletions
dune/common/simd/test/CMakeLists.txt
dune/common/test/CMakeLists.txt
+0
-1
0 additions, 1 deletion
dune/common/test/CMakeLists.txt
with
0 additions
and
5 deletions
dune/common/simd/test/CMakeLists.txt
+
0
−
4
View file @
3b60c00f
...
...
@@ -35,7 +35,6 @@ dune_add_test(NAME looptest
SOURCES
${
DUNE_INSTANCE_GENERATED
}
LINK_LIBRARIES dunecommon
)
target_include_directories
(
looptest PRIVATE
${
CMAKE_CURRENT_BINARY_DIR
}
)
# no need to install looptest.hh, used by looptest*.cc only
...
...
@@ -62,7 +61,6 @@ dune_add_test(NAME standardtest
LINK_LIBRARIES dunecommon
)
target_include_directories
(
standardtest PRIVATE
${
CMAKE_CURRENT_BINARY_DIR
}
)
# no need to install standardtest.hh, used by standardtest*.cc only
...
...
@@ -90,7 +88,6 @@ dune_add_test(NAME vcarraytest
LINK_LIBRARIES dunecommon
CMAKE_GUARD Vc_FOUND
)
target_include_directories
(
vcarraytest PRIVATE
${
CMAKE_CURRENT_BINARY_DIR
}
)
add_dune_vc_flags
(
vcarraytest
)
# no need to install vcarraytest.hh, used by vctest*.cc only
...
...
@@ -114,6 +111,5 @@ dune_add_test(NAME vcvectortest
LINK_LIBRARIES dunecommon
CMAKE_GUARD Vc_FOUND
)
target_include_directories
(
vcvectortest PRIVATE
${
CMAKE_CURRENT_BINARY_DIR
}
)
add_dune_vc_flags
(
vcvectortest
)
# no need to install vcvectortest.hh, used by vctest*.cc only
This diff is collapsed.
Click to expand it.
dune/common/test/CMakeLists.txt
+
0
−
1
View file @
3b60c00f
...
...
@@ -114,7 +114,6 @@ dune_add_test(NAME debugalignsimdtest
SOURCES
${
DUNE_INSTANCE_GENERATED
}
LINK_LIBRARIES dunecommon
LABELS quick
)
target_include_directories
(
debugalignsimdtest PRIVATE
${
CMAKE_CURRENT_BINARY_DIR
}
)
dune_add_test
(
SOURCES densematrixassignmenttest.cc
LINK_LIBRARIES dunecommon
...
...
This diff is collapsed.
Click to expand it.
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