rapidsai / rapids-cmake

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

Support CMAKE_INSTALL_MESSAGE + rapids_test_install_relocatable #604

Closed robertmaynard closed 4 months ago

robertmaynard commented 4 months ago

Description

Corrects an issue where the modes of CMAKE_INSTALL_MESSAGE would alter the install rules generated by CMake in such a way that it would subtly break rapids_test_install_relocatable.

This is problematic as this breakage is silent to users / developers and only apparent when trying to run the generated installed test package.

Fixes #https://github.com/rapidsai/rapids-cmake/issues/603

Checklist

robertmaynard commented 4 months ago

/merge