Skip to content

Commit

Permalink
Make sure we use CalVer when checking out rapids-cmake (#230)
Browse files Browse the repository at this point in the history
Make sure to use CalVer when we clone `rapids-cmake`

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

Approvers:
  - Dante Gama Dessavre (https://github.com/dantegd)
  - Divye Gala (https://github.com/divyegala)

URL: #230
  • Loading branch information
robertmaynard authored May 18, 2021
1 parent b4fff6a commit 9ae2582
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cpp/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ include(FetchContent)
FetchContent_Declare(
rapids-cmake
GIT_REPOSITORY https://github.com/rapidsai/rapids-cmake.git
GIT_TAG origin/branch-0.20
GIT_TAG origin/branch-21.06
)
FetchContent_MakeAvailable(rapids-cmake)
include(rapids-cmake)
Expand Down

0 comments on commit 9ae2582

Please sign in to comment.