From 7452c8c473e12f4b29e7a851c8ac22f0418af05c Mon Sep 17 00:00:00 2001 From: Daniel Arndt Date: Mon, 29 Apr 2024 10:36:32 -0400 Subject: [PATCH] Don't link against kokkostools in tests unconditionally --- tests/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt index e6543edcb..75a811458 100644 --- a/tests/CMakeLists.txt +++ b/tests/CMakeLists.txt @@ -32,7 +32,7 @@ function(kp_add_executable_and_test) target_link_libraries( ${kaeat_args_TARGET_NAME} PRIVATE - kokkostools test_common + test_common ) add_test(