Skip to content

Commit

Permalink
Fix branch
Browse files Browse the repository at this point in the history
  • Loading branch information
vyasr committed Jan 6, 2025
1 parent 6781cfe commit 5a419e3
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 @@ -13,8 +13,8 @@
# =============================================================================
file(READ "${CMAKE_CURRENT_LIST_DIR}/VERSION" _rapids_version)

set(rapids-cmake-repo "bdice/rapids-cmake")
set(rapids-cmake-branch "logger-default-level")
set(rapids-cmake-repo "vyasr/rapids-cmake")
set(rapids-cmake-branch "chore/update_logger_hash")
if(_rapids_version MATCHES [[^([0-9][0-9])\.([0-9][0-9])\.([0-9][0-9])]])
set(RAPIDS_VERSION_MAJOR "${CMAKE_MATCH_1}")
set(RAPIDS_VERSION_MINOR "${CMAKE_MATCH_2}")
Expand Down

0 comments on commit 5a419e3

Please sign in to comment.