Skip to content

Commit

Permalink
Update to latest cudf 24.12 and add cudftestutil_impl dependency to t…
Browse files Browse the repository at this point in the history
…ests

Signed-off-by: Jason Lowe <[email protected]>
  • Loading branch information
jlowe committed Oct 15, 2024
1 parent 2c3b60c commit e2a589a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion src/main/cpp/tests/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@ function(ConfigureTest CMAKE_TEST_NAME)
INSTALL_RPATH "\$ORIGIN/../../../lib"
)
target_link_libraries(${CMAKE_TEST_NAME} GTest::gtest_main GTest::gmock_main cudf::cudf
cudf::cudftestutil spark_rapids_jni)
cudf::cudftestutil cudf::cudftestutil_impl
spark_rapids_jni)
add_test(NAME ${CMAKE_TEST_NAME} COMMAND ${CMAKE_TEST_NAME})
install(
TARGETS ${CMAKE_TEST_NAME}
Expand Down

0 comments on commit e2a589a

Please sign in to comment.