Closed KyleFromNVIDIA closed 3 months ago
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.
rapids_cpm_nvcomp()
CMAKE_INSTALL_LIBDIR
CMAKE_INSTALL_INCLUDEDIR
cmake-format.json
include_guard(GLOBAL)
/merge
Description
Modify
rapids_cpm_nvcomp()
to allowCMAKE_INSTALL_LIBDIR
andCMAKE_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
cmake-format.json
is up to date with these changes.include_guard(GLOBAL)
)