Skip to content

Commit

Permalink
Move custom rapids-cmake branch logic to common location
Browse files Browse the repository at this point in the history
  • Loading branch information
robertmaynard committed Jan 3, 2023
1 parent 75f2773 commit d08a88c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 0 additions & 2 deletions cpp/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@

cmake_minimum_required(VERSION 3.23.1 FATAL_ERROR)

set(rapids-cmake-repo "robertmaynard/rapids-cmake")
set(rapids-cmake-branch "fea/rapids-cmake-test")
include(../fetch_rapids.cmake)
include(rapids-cmake)
include(rapids-cpm)
Expand Down
2 changes: 2 additions & 0 deletions fetch_rapids.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,6 @@ if(NOT EXISTS ${CMAKE_CURRENT_BINARY_DIR}/CUDF_RAPIDS.cmake)
${CMAKE_CURRENT_BINARY_DIR}/CUDF_RAPIDS.cmake
)
endif()
set(rapids-cmake-repo "robertmaynard/rapids-cmake")
set(rapids-cmake-branch "fea/rapids-cmake-test")
include(${CMAKE_CURRENT_BINARY_DIR}/CUDF_RAPIDS.cmake)

0 comments on commit d08a88c

Please sign in to comment.