Skip to content
Snippets Groups Projects
Commit 3b60c00f authored by Simon Praetorius's avatar Simon Praetorius Committed by Santiago Ospina De Los Ríos
Browse files

Remove target_include_dir from dune-instance generated targets

parent f20ca189
No related branches found
No related tags found
2 merge requests!1470Fix wrong variable name to make target hash (2.10),!1355Provide a cmake utility dune_default_include_directories
......@@ -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
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment