Skip to content
Draft
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions cmake/rapids_config.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,12 @@ endif()
if(NOT rapids-cmake-version)
set(rapids-cmake-version "${RAPIDS_VERSION_MAJOR_MINOR}")
endif()
if(NOT rapids-cmake-repo)
set(rapids-cmake-repo bdice/rapids-cmake)
endif()
if(NOT rapids-cmake-sha)
set(rapids-cmake-sha df1572b820ba6321e661daab093a86de786395ad)
Comment thread
bdice marked this conversation as resolved.
Outdated
endif()
if(NOT rapids-cmake-branch)
set(rapids-cmake-branch "${RAPIDS_BRANCH}")
endif()
Expand Down
Loading