Open mtazzari opened 6 years ago
There is no need to use find_packages() for CUDA anymore, since CUDA is now supported natively since cmake v3.8 https://cmake.org/cmake/help/latest/module/FindCUDA.html
Relates to #158
Checking the docs mentioned above, it seems cuda is supported natively since cmake 3.10 (first occurence of the deprecation warning)
There is no need to use find_packages() for CUDA anymore, since CUDA is now supported natively since cmake v3.8 https://cmake.org/cmake/help/latest/module/FindCUDA.html