Skip to content

Commit

Permalink
Merge pull request #252 from masterleinad/tests_dont_link_kokkostools
Browse files Browse the repository at this point in the history
Don't link against kokkostools in tests unconditionally
  • Loading branch information
crtrott authored May 30, 2024
2 parents 81d3f3a + 7452c8c commit 58258bd
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 @@ -34,7 +34,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 58258bd

Please sign in to comment.