Skip to content

Commit

Permalink
Update rapids-cmake/test/add.cmake
Browse files Browse the repository at this point in the history
Co-authored-by: Vyas Ramasubramani <vyas.ramasubramani@gmail.com>
  • Loading branch information
robertmaynard and vyasr committed Mar 7, 2023
1 parent d317e42 commit e6a8403
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions rapids-cmake/test/add.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -95,8 +95,7 @@ function(rapids_test_add)
endif()

# Provide a copy of the test runner in the binary directory so that tests still can be executed if
# for some reason rapids-cmake src has been removed. set(_rapids_run_gpu_test_script
# "${PROJECT_BINARY_DIR}/rapids-cmake/run_gpu_test.cmake")
# for some reason rapids-cmake src has been removed.
set(_rapids_run_gpu_test_script_dir "${PROJECT_BINARY_DIR}/rapids-cmake/")
set(_rapids_run_gpu_test_script "./run_gpu_test.cmake")
if(NOT EXISTS "${_rapids_run_gpu_test_script_dir}${_rapids_run_gpu_test_script}")
Expand Down

0 comments on commit e6a8403

Please sign in to comment.