diff --git a/cpp/tests/CMakeLists.txt b/cpp/tests/CMakeLists.txt index 1862ccf9a7e..3752e823659 100644 --- a/cpp/tests/CMakeLists.txt +++ b/cpp/tests/CMakeLists.txt @@ -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() @@ -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") diff --git a/rapids_config.cmake b/rapids_config.cmake index 50b1054b7b9..3abb379d08d 100644 --- a/rapids_config.cmake +++ b/rapids_config.cmake @@ -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