Skip to content

Commit

Permalink
Update to CPM 0.35.6 as it has needed changes for cpm patching suppor…
Browse files Browse the repository at this point in the history
…t. (#273)

The relevant changes in CPM for rapids-cmake are:
* cpm_find_package Use found package version when possible
* Don't warn about dirty source trees when a PATCH_COMMAND is provided

Authors:
  - Robert Maynard (https://github.com/robertmaynard)

Approvers:
  - Bradley Dice (https://github.com/bdice)

URL: #273
  • Loading branch information
robertmaynard authored Sep 19, 2022
1 parent e8e33f6 commit 2b972fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rapids-cmake/cpm/detail/download.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ 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.5)
set(CPM_DOWNLOAD_VERSION 0.35.6)

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

0 comments on commit 2b972fb

Please sign in to comment.