Skip to content

Commit

Permalink
Rollback to CPM 0.40.0
Browse files Browse the repository at this point in the history
This is required to allow overrides to work with projects
that have a custom source subdir value.

See #788 for
more information.
  • Loading branch information
robertmaynard committed Mar 3, 2025
1 parent a8288b5 commit 6e28530
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions rapids-cmake/cpm/detail/download.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,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(NOT DEFINED CPM_DOWNLOAD_LOCATION)
if(CPM_SOURCE_CACHE)
Expand Down

0 comments on commit 6e28530

Please sign in to comment.