diff --git a/hyteg_integration_tests/CMakeLists.txt b/hyteg_integration_tests/CMakeLists.txt index 268e48f253a4d9d912309fba30c6c31c02f94658..2cab3c87880b907334c6ea1dc64c4a112c3888e3 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)