Closed KyleFromNVIDIA closed 2 months ago
If another command, such as mpiexec, is used to execute a target, rapids_add_test() currently has no way of installing the target dependency. Add an INSTALL_TARGET argument to support this use case.
mpiexec
rapids_add_test()
INSTALL_TARGET
cmake-format.json
include_guard(GLOBAL)
Currently testing this PR over at https://github.com/rapidsai/cugraph/pull/4656
/merge
Description
If another command, such as
mpiexec
, is used to execute a target,rapids_add_test()
currently has no way of installing the target dependency. Add anINSTALL_TARGET
argument to support this use case.Checklist
cmake-format.json
is up to date with these changes.include_guard(GLOBAL)
)