rapidsai / rapids-cmake

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

Allow nested lib location for nvcomp #675

Closed KyleFromNVIDIA closed 3 months ago

KyleFromNVIDIA commented 3 months ago

Description

Modify rapids_cpm_nvcomp() to allow CMAKE_INSTALL_LIBDIR and CMAKE_INSTALL_INCLUDEDIR to be nested directories. This is needed to support building wheels that set these variables in order to put their libraries in their own package directory.

Checklist

KyleFromNVIDIA commented 3 months ago

/merge