Skip to content

Commit

Permalink
Update java side to use nvcomp from cudf
Browse files Browse the repository at this point in the history
  • Loading branch information
robertmaynard committed May 13, 2022
1 parent a5b4761 commit c1e5275
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions java/src/main/native/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -90,18 +90,20 @@ endif()
# Set a default build type if none was specified
rapids_cmake_build_type("Release")

# ##################################################################################################
# * nvcomp------------------------------------------------------------------------------------------

set(nvcomp_DIR "${CUDF_CPP_BUILD_DIR}/_deps/nvcomp-build")
rapids_find_package(nvcomp REQUIRED)

# ##################################################################################################
# * CUDF ------------------------------------------------------------------------------------------

set(cudf_ROOT "${CUDF_CPP_BUILD_DIR}")
rapids_find_package(cudf REQUIRED)

# ##################################################################################################
# * nvcomp------------------------------------------------------------------------------------------

if(NOT DEFINED nvcomp_DIR)
set(nvcomp_DIR "${CUDF_CPP_BUILD_DIR}/_deps/nvcomp-build")
endif()
rapids_find_package(nvcomp REQUIRED)

# ##################################################################################################
# * find JNI -------------------------------------------------------------------------------------
find_package(JNI REQUIRED)
Expand Down

0 comments on commit c1e5275

Please sign in to comment.