diff --git a/cpp/cmake/thirdparty/get_thrust.cmake b/cpp/cmake/thirdparty/get_thrust.cmake index fb9632ba5e..a0ea09483b 100644 --- a/cpp/cmake/thirdparty/get_thrust.cmake +++ b/cpp/cmake/thirdparty/get_thrust.cmake @@ -17,7 +17,7 @@ function(find_and_configure_thrust) include(${rapids-cmake-dir}/cpm/thrust.cmake) rapids_cpm_thrust( NAMESPACE raft ) - rapids_export_package(BUILD thrust raft-exports) + rapids_export_package(BUILD Thrust raft-exports) endfunction() find_and_configure_thrust()