mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-28 01:49:23 -05:00
FindCUDAToolkit: Add module to find the CUDA Toolkit
This commit is contained in:
committed by
Robert Maynard
parent
12d324e55d
commit
2c0ff263b4
@@ -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
|
||||
|
||||
@@ -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.
|
||||
Reference in New Issue
Block a user