diff --git a/CMakeLists.txt b/CMakeLists.txt index 077f32853..513e462ed 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -62,7 +62,7 @@ endif() # - Download and initialize RAPIDS CMake helpers ----------------------------- if(NOT EXISTS ${CMAKE_BINARY_DIR}/RAPIDS.cmake) - file(DOWNLOAD https://raw.githubusercontent.com/rapidsai/rapids-cmake/branch-23.08/RAPIDS.cmake + file(DOWNLOAD https://raw.githubusercontent.com/rapidsai/rapids-cmake/branch-23.10/RAPIDS.cmake ${CMAKE_BINARY_DIR}/RAPIDS.cmake) endif() include(${CMAKE_BINARY_DIR}/RAPIDS.cmake) diff --git a/cmake/versions.json b/cmake/versions.json index 75a7b90fd..327887a44 100644 --- a/cmake/versions.json +++ b/cmake/versions.json @@ -1,9 +1,9 @@ { "packages" : { "Thrust" : { - "version" : "1.17.0.0", + "version" : "2.1.0.0", "git_url" : "https://github.com/NVIDIA/thrust.git", - "git_tag" : "1.17.0" + "git_tag" : "2.1.0" }, "Legion": { "git_url" : "https://gitlab.com/StanfordLegion/legion.git",