From b819752c707f28c58ad4603f1b67a75738639c26 Mon Sep 17 00:00:00 2001 From: Atell Krasnopolski Date: Sat, 13 Apr 2024 20:13:47 +0200 Subject: [PATCH] [cmake] Better Kokkos linking --- unittests/Kokkos/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/unittests/Kokkos/CMakeLists.txt b/unittests/Kokkos/CMakeLists.txt index be0250cf1..ebec2dfa7 100644 --- a/unittests/Kokkos/CMakeLists.txt +++ b/unittests/Kokkos/CMakeLists.txt @@ -13,4 +13,4 @@ if (NOT (LLVM_REQUIRES_RTTI OR LLVM_ENABLE_RTTI)) endif() target_link_libraries(KokkosTests PUBLIC ${Kokkos_LIBRARIES}) -target_include_directories(KokkosTests SYSTEM PRIVATE ${Kokkos_INCLUDE_DIRS}) +target_include_directories(KokkosTests SYSTEM PUBLIC ${Kokkos_INCLUDE_DIRS}) \ No newline at end of file