Skip to content

Commit

Permalink
REL Merge pull request #8544 from rapidsai/branch-21.06
Browse files Browse the repository at this point in the history
REL Fix for building 21.06.01 [skip-ci]
  • Loading branch information
raydouglass authored Jun 17, 2021
2 parents cddc64f + b5ffdf5 commit 101fc0f
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 101fc0f

Please sign in to comment.