From 15eb20a4e90a2c9267dea7046dc9cb9cba3e678e Mon Sep 17 00:00:00 2001 From: Paul Taylor Date: Mon, 21 Mar 2022 21:38:53 -0700 Subject: [PATCH] Thrust package name case (#576) Authors: - Paul Taylor (https://github.com/trxcllnt) Approvers: - Corey J. Nolet (https://github.com/cjnolet) URL: https://github.com/rapidsai/raft/pull/576 --- 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()