Skip to content

Commit

Permalink
Don't link against kokkostools in tests unconditionally
Browse files Browse the repository at this point in the history
  • Loading branch information
masterleinad committed Apr 29, 2024
1 parent dd39767 commit 7452c8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down

0 comments on commit 7452c8c

Please sign in to comment.