From b5d879b9ac0af37b3a7a393665012d4a1e4380ff Mon Sep 17 00:00:00 2001 From: Daniel Bauer <daniel.j.bauer@fau.de> Date: Thu, 6 Feb 2025 12:51:12 +0100 Subject: [PATCH] make HyTeG a system dependency --- hyteg_integration_tests/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hyteg_integration_tests/CMakeLists.txt b/hyteg_integration_tests/CMakeLists.txt index 2ace5ab..268e48f 100644 --- a/hyteg_integration_tests/CMakeLists.txt +++ b/hyteg_integration_tests/CMakeLists.txt @@ -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 -- GitLab