Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Init cpm earlier
Browse files Browse the repository at this point in the history
vyasr committed Dec 5, 2023

Verified

This commit was signed with the committer’s verified signature. The key has expired.
tdmorello Tim Morello
1 parent c1d759f commit d29aecc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions python/cudf/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -59,6 +59,8 @@ if(FIND_CUDF_CPP)
# libraries.
include(rapids-find)
include(rapids-export)
include(rapids-cpm)
rapids_cpm_init()
# These variables have no effect because we are always searching for arrow via pyarrow, but they
# must be set as they are required arguments to the function in get_arrow.cmake.
set(CUDF_USE_ARROW_STATIC OFF)
@@ -72,8 +74,6 @@ if(FIND_CUDF_CPP)

# an installed version of libcudf doesn't provide the dlpack headers so we need to download dlpack
# for the interop.pyx
include(rapids-cpm)
rapids_cpm_init()
include(../../cpp/cmake/thirdparty/get_dlpack.cmake)
else()
set(cudf_FOUND OFF)

0 comments on commit d29aecc

Please sign in to comment.