Skip to content

Commit 7496434

Browse files
committed
move the kokkos lib add to haero.cmake
1 parent 16f84c7 commit 7496434

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmake/haero.cmake.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,5 +40,5 @@ add_library(kokkos INTERFACE)
4040
target_link_libraries(kokkos INTERFACE kokkoscontainers kokkoscore)
4141

4242
set(HAERO_CXX_COMPILER @CMAKE_CXX_COMPILER@)
43-
set(HAERO_LIBRARIES @HAERO_LIBRARIES@)
43+
set(HAERO_LIBRARIES "@HAERO_LIBRARIES@;kokkos")
4444
list(REMOVE_DUPLICATES HAERO_LIBRARIES)

0 commit comments

Comments
 (0)