Skip to content

Commit

Permalink
cudf_kafka explicitly search for a matching cudf of the same patch ve…
Browse files Browse the repository at this point in the history
…rsion (#8543)
  • Loading branch information
robertmaynard authored Jun 17, 2021
1 parent b9a1165 commit b5ffdf5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ function(find_and_configure_cudf VERSION)
endif()
endfunction()

set(CUDA_KAFKA_MIN_VERSION_cudf "${CUDA_KAFKA_VERSION_MAJOR}.${CUDA_KAFKA_VERSION_MINOR}.00")
set(CUDA_KAFKA_MIN_VERSION_cudf "${CUDA_KAFKA_VERSION_MAJOR}.${CUDA_KAFKA_VERSION_MINOR}.${CUDA_KAFKA_VERSION_PATCH}")
find_and_configure_cudf(${CUDA_KAFKA_MIN_VERSION_cudf})

if(cudf_ADDED)
Expand Down

0 comments on commit b5ffdf5

Please sign in to comment.