mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-22 22:51:41 -06:00
Fixes issue where include directories specified on the target are not passed on to NVCC. This includes both target_include_directories() as well as include directories added by dependency chaining. Closes: #14201