From 4c1389234780a21486996067e6d6a96bfbda8f00 Mon Sep 17 00:00:00 2001 From: Daniel Bauer <daniel.j.bauer@fau.de> Date: Thu, 13 Feb 2025 12:29:32 +0100 Subject: [PATCH] remove call to waLBerla_import --- hyteg_integration_tests/CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/hyteg_integration_tests/CMakeLists.txt b/hyteg_integration_tests/CMakeLists.txt index 268e48f..2cab3c8 100644 --- a/hyteg_integration_tests/CMakeLists.txt +++ b/hyteg_integration_tests/CMakeLists.txt @@ -5,7 +5,6 @@ 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 SYSTEM) -waLBerla_import() # add a convenience interface target to link against add_library(hyteg::hyteg INTERFACE IMPORTED) -- GitLab