CUDA: Parse NVCC implicit compile/link information in Visual Studio generators
Refactoring in !8816 (merged) incorrectly dropped detection of the default CUDA architecture and the CUDA toolkit include directories from the code path used for Visual Studio generators. However, CMakeNVCCParseImplicitInfo is now general enough that we no longer need a VS-specific code path.
Fixes: #25378 (closed)
Backport: release:HEAD^2
Edited by Brad King