diff --git a/cpp/CMakeLists.txt b/cpp/CMakeLists.txt index aebfacde9b7..fbfdb7f66df 100644 --- a/cpp/CMakeLists.txt +++ b/cpp/CMakeLists.txt @@ -183,10 +183,10 @@ rapids_cpm_init() include(cmake/thirdparty/get_jitify.cmake) # find nvCOMP include(cmake/thirdparty/get_nvcomp.cmake) -# find CCCL -include(cmake/thirdparty/get_cccl.cmake) # find rmm include(cmake/thirdparty/get_rmm.cmake) +# find CCCL +include(cmake/thirdparty/get_cccl.cmake) # find arrow include(cmake/thirdparty/get_arrow.cmake) # find dlpack