Skip to content

Commit

Permalink
Merge branch 'branch-23.10' into docs/move_override_entry
Browse files Browse the repository at this point in the history
  • Loading branch information
robertmaynard authored Sep 21, 2023
2 parents fb5d233 + d34d989 commit a47533b
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 @@ -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.35.6)
set(CPM_DOWNLOAD_MD5_HASH c15cd4b7f511bc625c92ee6580821726)
set(CPM_DOWNLOAD_VERSION 0.38.5)
set(CPM_DOWNLOAD_MD5_HASH c98d14a13dfd1952e115979c095f6794)

if(CPM_SOURCE_CACHE)
# Expand relative path. This is important if the provided path contains a tilde (~)
Expand Down

0 comments on commit a47533b

Please sign in to comment.