FindCUDAToolkit: Target "CUDA::cufftw_static" not found
CMake version: 3.21 (but I think the issue still exists)
Step to reproduce:
- Calling to "find_package(CUDAToolkit)"
- static linking program with "CUDA::cufftw_static"
I think the problem is at this line: https://gitlab.kitware.com/cmake/cmake/-/blob/master/Modules/FindCUDAToolkit.cmake#L941
Edited by John Parent