From ccfa740424ce9cfcc1e134230c1fdb925f09f556 Mon Sep 17 00:00:00 2001 From: James Lamb Date: Tue, 20 Aug 2024 15:27:34 -0500 Subject: [PATCH] Revert "Update to CPM 0.40.2 to fix CMake 3.30 deprecation warnings (#678)" This reverts commit 2a80e4c8dbab489ebf3993dc585ab3250849d6b3. --- rapids-cmake/cpm/detail/download.cmake | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rapids-cmake/cpm/detail/download.cmake b/rapids-cmake/cpm/detail/download.cmake index d0d94865..1a81b346 100644 --- a/rapids-cmake/cpm/detail/download.cmake +++ b/rapids-cmake/cpm/detail/download.cmake @@ -42,8 +42,8 @@ function(rapids_cpm_download) list(APPEND CMAKE_MESSAGE_CONTEXT "rapids.cpm.download") # When changing version verify no new variables needs to be propagated - set(CPM_DOWNLOAD_VERSION 0.40.2) - set(CPM_DOWNLOAD_MD5_HASH 4d51aa9dab6104fad39c5b7a692d5e1c) + set(CPM_DOWNLOAD_VERSION 0.40.0) + set(CPM_DOWNLOAD_MD5_HASH 6c9866a0aa0f804a36fe8c3866fb8a2c) if(CPM_SOURCE_CACHE) # Expand relative path. This is important if the provided path contains a tilde (~)