Skip to content

Commit

Permalink
Merge branch 'fmt-and-spdlog' of github.com:jameslamb/raft into fmt-a…
Browse files Browse the repository at this point in the history
…nd-spdlog
  • Loading branch information
jameslamb committed Sep 19, 2024
2 parents 8f918bd + 81cf3b3 commit b43c6a8
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 @@ -25,9 +25,9 @@ else()
"Could not determine RAPIDS version. Contents of VERSION file:\n${_rapids_version_formatted}")
endif()

set(rapids-cmake-repo jameslamb/rapids-cmake)
set(rapids-cmake-branch fmt-and-spdlog)
if(NOT EXISTS "${CMAKE_CURRENT_BINARY_DIR}/RAFT_RAPIDS-${RAPIDS_VERSION_MAJOR_MINOR}.cmake")
set(rapids-cmake-repo jameslamb/rapids-cmake)
set(rapids-cmake-branch fmt-and-spdlog)
file(
DOWNLOAD
"https://raw.githubusercontent.com/rapidsai/rapids-cmake/branch-${RAPIDS_VERSION_MAJOR_MINOR}/RAPIDS.cmake"
Expand Down

0 comments on commit b43c6a8

Please sign in to comment.