Skip to content

Commit

Permalink
Test manual component install
Browse files Browse the repository at this point in the history
  • Loading branch information
vyasr committed Dec 13, 2023
1 parent 7786788 commit 536fd99
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions fetch_rapids.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
# or implied. See the License for the specific language governing permissions and limitations under
# the License.
# =============================================================================
set(rapids-cmake-repo bdice/rapids-cmake)
set(rapids-cmake-branch cccl-toplevel)
set(rapids-cmake-repo vyasr/rapids-cmake)
set(rapids-cmake-branch fix/cccl_component_install)
if(NOT EXISTS ${CMAKE_CURRENT_BINARY_DIR}/RMM_RAPIDS.cmake)
file(DOWNLOAD https://raw.githubusercontent.com/rapidsai/rapids-cmake/branch-24.02/RAPIDS.cmake
${CMAKE_CURRENT_BINARY_DIR}/RMM_RAPIDS.cmake)
Expand Down

0 comments on commit 536fd99

Please sign in to comment.