FindCUDAToolkit: Add module to find the CUDA Toolkit

This commit is contained in:
Stephen McDowell
2019-02-25 00:21:39 -08:00
committed by Robert Maynard
parent 12d324e55d
commit 2c0ff263b4
4 changed files with 380 additions and 0 deletions
+1
View File
@@ -122,6 +122,7 @@ They are normally called through the :command:`find_package` command.
/module/FindCABLE
/module/FindCoin3D
/module/FindCups
/module/FindCUDAToolkit
/module/FindCURL
/module/FindCurses
/module/FindCVS
+1
View File
@@ -0,0 +1 @@
.. cmake-module:: ../../Modules/FindCUDAToolkit.cmake
@@ -0,0 +1,4 @@
FindCUDAToolkit-module
----------------------
* The :module:`FindCUDAToolkit` module was added to find the CUDA Toolkit without enabling CUDA as a language.