Skip to content
Snippets Groups Projects
Commit b5d879b9 authored by Daniel Bauer's avatar Daniel Bauer :speech_balloon:
Browse files

make HyTeG a system dependency

parent 533ff285
1 merge request!38Adapt integration tests and CI to HyTeG's new CMake configuration
Pipeline #73575 failed with stages
in 37 minutes and 19 seconds
......@@ -4,7 +4,7 @@ project(hyteg_integration_tests)
add_compile_options( "-Wno-unused-variable" )
list(APPEND WALBERLA_MODULE_DIRS "${CMAKE_CURRENT_SOURCE_DIR}/hyteg/src" "${CMAKE_CURRENT_SOURCE_DIR}/hyteg/tests")
add_subdirectory(hyteg)
add_subdirectory(hyteg SYSTEM)
waLBerla_import()
# add a convenience interface target to link against
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment