diff --git a/unittests/Kokkos/CMakeLists.txt b/unittests/Kokkos/CMakeLists.txt index 941f3671b..5761bea65 100644 --- a/unittests/Kokkos/CMakeLists.txt +++ b/unittests/Kokkos/CMakeLists.txt @@ -14,6 +14,5 @@ if (NOT (LLVM_REQUIRES_RTTI OR LLVM_ENABLE_RTTI)) endif() endif() -target_link_libraries(KokkosTests PRIVATE Kokkos::kokkos) 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