From 7a0ab85211c1fa54d440a9e94d37cfe87c5bff04 Mon Sep 17 00:00:00 2001 From: AJ Schmidt Date: Fri, 5 Aug 2022 13:33:30 -0400 Subject: [PATCH] fix remaining versions --- fetch_rapids.cmake | 2 +- python/CMakeLists.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/fetch_rapids.cmake b/fetch_rapids.cmake index 2b5c7e9d35..ba00380077 100644 --- a/fetch_rapids.cmake +++ b/fetch_rapids.cmake @@ -11,7 +11,7 @@ # or implied. See the License for the specific language governing permissions and limitations under # the License. # ============================================================================= -file(DOWNLOAD https://raw.githubusercontent.com/rapidsai/rapids-cmake/branch-22.08/RAPIDS.cmake +file(DOWNLOAD https://raw.githubusercontent.com/rapidsai/rapids-cmake/branch-22.10/RAPIDS.cmake ${CMAKE_BINARY_DIR}/RAPIDS.cmake ) include(${CMAKE_BINARY_DIR}/RAPIDS.cmake) diff --git a/python/CMakeLists.txt b/python/CMakeLists.txt index 849d6a0e57..7ff66703f8 100644 --- a/python/CMakeLists.txt +++ b/python/CMakeLists.txt @@ -16,7 +16,7 @@ cmake_minimum_required(VERSION 3.20.1 FATAL_ERROR) include(../fetch_rapids.cmake) -set(CUML_VERSION 22.08.00) +set(CUML_VERSION 22.10.00) project( cuml-python