Skip to content

cmGeneratorTarget: Fix regression in CUDA device link options

Brad King requested to merge brad.king/cmake:link-options-cache into master

Since !7952 (merged) we cache the computed link options for a target. Cache the host and device link options separately.

Merge request reports