-
Notifications
You must be signed in to change notification settings - Fork 190
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
install cmake bits to DATADIR instead of LIBDIR #825
Comments
BTW, the repositories contain This results in
|
I'll need to defer to @allisonvacanti or @robertmaynard on this one. |
That double install has already been fixed on the main branch of thrust and cub ( NVIDIA/thrust#1825 ) |
Switching to |
thrust
andcub
are architecture-independent header-only libraries, therefore their*.cmake
bits should be placed under/usr/share/cmake/
instead of/usr/lib*/cmake/
(which is the architecture dependent/usr/lib/<triplet>/cmake/
on Debian and derivatives).Please switch from
CMAKE_INSTALL_LIBDIR
toCMAKE_INSTALL_DATADIR
. This also avoids embedding an architecture-dependent path in the generatedthrust-header-search.cmake
andcub-header-search.cmake
The text was updated successfully, but these errors were encountered: