rapidsai / rapids-cmake

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

[BUG] CMAKE_INSTALL_MESSAGE `LAZY` breaks `rapids_test_install_relocatable` #603

Closed robertmaynard closed 1 month ago

robertmaynard commented 2 months ago

Describe the bug Since set(CMAKE_INSTALL_MESSAGE LAZY) modifies the install falls, it subtly breaks rapids_test_install_relocatable so that rapids-cmake incorrectly deduces the install path.

Steps/Code to reproduce bug Have set(CMAKE_INSTALL_MESSAGE LAZY) in a project that uses rapids_test_install_relocatable

robertmaynard commented 1 month ago

Closing as fixed by #604