From 0cd1fe8c2f9ea6ac7ab636137c6f2073377baf8b Mon Sep 17 00:00:00 2001 From: Bradley Dice Date: Mon, 4 Apr 2022 15:55:38 -0500 Subject: [PATCH] Revert to Thrust 1.15. --- 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 295617c9996..927186d3f49 100644 --- a/cpp/cmake/thirdparty/get_thrust.cmake +++ b/cpp/cmake/thirdparty/get_thrust.cmake @@ -80,6 +80,6 @@ function(find_and_configure_thrust VERSION) endif() endfunction() -set(CUDF_MIN_VERSION_Thrust 1.16.0) +set(CUDF_MIN_VERSION_Thrust 1.15.0) find_and_configure_thrust(${CUDF_MIN_VERSION_Thrust})