Skip to content

FindCUDA: Add option to use modern form of target_link_libraries

This adds the option CUDA_LINK_LIBRARIES_KEYWORD which can be set to PRIVATE, PUBLIC, or INTERFACE or left empty (the default) to use the old form of target_link_libraries internally in FindCUDA macros.

Topic-rename: FindCUDA-tll-keywords
Fixes: #16772 (closed)

Merge request reports