From 1000c318a474ecf69191250c24a1335f84007f86 Mon Sep 17 00:00:00 2001 From: ptaylor Date: Mon, 21 Mar 2022 20:55:05 -0700 Subject: [PATCH] fix Thrust package name case --- cpp/cmake/thirdparty/get_thrust.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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()