Skip to content

Commit

Permalink
Use rapids-cmake branch
Browse files Browse the repository at this point in the history
  • Loading branch information
KyleFromNVIDIA committed Sep 19, 2024
1 parent 3dc269b commit 48ebdf1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cpp/tests/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -220,8 +220,8 @@ function(ConfigureTestMG CMAKE_TEST_NAME)
GPUS ${GPU_COUNT}
PERCENT 100
INSTALL_COMPONENT_SET testing_mg
INSTALL_TARGET ${CMAKE_TEST_NAME}
)
rapids_test_record_install(TARGET ${CMAKE_TEST_NAME} COMPONENT testing_mg)
set_tests_properties(${CMAKE_TEST_NAME} PROPERTIES LABELS "CUGRAPH_MG")

endfunction()
Expand Down Expand Up @@ -303,8 +303,8 @@ function(ConfigureCTestMG CMAKE_TEST_NAME)
GPUS ${GPU_COUNT}
PERCENT 100
INSTALL_COMPONENT_SET testing_mg
INSTALL_TARGET ${CMAKE_TEST_NAME}
)
rapids_test_record_install(TARGET ${CMAKE_TEST_NAME} COMPONENT testing_mg)
set_tests_properties(${CMAKE_TEST_NAME} PROPERTIES LABELS "CUGRAPH_C_MG")


Expand Down
3 changes: 3 additions & 0 deletions rapids_config.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@ else()
"Could not determine RAPIDS version. Contents of VERSION file:\n${_rapids_version_formatted}")
endif()

# TODO: Remove these two lines before merging
set(rapids-cmake-repo https://github.com/KyleFromNVIDIA/rapids-cmake.git)
set(rapids-cmake-branch rapids_add_test-install_target)
if(NOT EXISTS "${CMAKE_CURRENT_BINARY_DIR}/CUGRAPH_RAPIDS-${RAPIDS_VERSION_MAJOR_MINOR}.cmake")
file(
DOWNLOAD
Expand Down

0 comments on commit 48ebdf1

Please sign in to comment.