Skip to content

Commit

Permalink
Update rapids_config.cmake
Browse files Browse the repository at this point in the history
  • Loading branch information
PointKernel authored Jun 12, 2024
1 parent 3849278 commit ef4ad7f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions rapids_config.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
# the License.
# =============================================================================

set(rapids-cmake-repo PointKernel/rapids-cmake)
set(rapids-cmake-branch local-test)
set(rapids-cmake-repo sleeepyjack/rapids-cmake)
set(rapids-cmake-branch bugfix/cccl-span)

file(READ "${CMAKE_CURRENT_LIST_DIR}/VERSION" _rapids_version)
if(_rapids_version MATCHES [[^([0-9][0-9])\.([0-9][0-9])\.([0-9][0-9])]])
Expand Down

0 comments on commit ef4ad7f

Please sign in to comment.