-
Notifications
You must be signed in to change notification settings - Fork 12
Open
Description
Redirect from #8 (comment)
This project should consider
- Stop using the deprecated
find_package(CUDA)
. You only need the cuda runtime for this project from a quick glance (so no need to haveproject(... LANGUAGES CUDA)
since no CUDA source files. The update process may be painful depending on what you were or were not using fromfind_package(CUDA)
. You should only need to link againstCUDA::cudart
from a cursory glance. - Right now a hard dependency on
hdf5-shared
shows up in the generated cmake config files that are installed. That may be problematic for an application that is consuminghdf5-static
? Unclear what the right solution is. - The header file directory is not included in the interface library include directories for the generated cmake config files that are installed -- see
NOTE 4
at the bottom of the linked code.
Metadata
Metadata
Assignees
Labels
No labels