rapidsai / rapids-cmake

https://docs.rapids.ai/api/rapids-cmake/stable/
Apache License 2.0
30 stars 46 forks source link

Add INSTALL_TARGET argument to rapids_add_test() #692

Closed KyleFromNVIDIA closed 2 months ago

KyleFromNVIDIA commented 2 months ago

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 an INSTALL_TARGET argument to support this use case.

Checklist

KyleFromNVIDIA commented 2 months ago

Currently testing this PR over at https://github.com/rapidsai/cugraph/pull/4656

KyleFromNVIDIA commented 2 months ago

/merge