Skip to content
Snippets Groups Projects

[cmake] Don't install tests

Merged Timo Koch requested to merge cleanup/cmake-dont-install-test into master
113 files
+ 92
662
Compare changes
  • Side-by-side
  • Inline
Files
113
@@ -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