diff options
author | Stephen McDowell <sjm324@cornell.edu> | 2019-02-25 08:21:39 (GMT) |
---|---|---|
committer | Robert Maynard <robert.maynard@kitware.com> | 2019-12-16 15:31:43 (GMT) |
commit | 2c0ff263b436050bac388485238360d5eec4a9d4 (patch) | |
tree | 90b040f1493d6c59dec09723dfb009ca75469abe /Help/manual | |
parent | 12d324e55d0b47f442a147d8c2f93b1e6d7c2216 (diff) | |
download | CMake-2c0ff263b436050bac388485238360d5eec4a9d4.zip CMake-2c0ff263b436050bac388485238360d5eec4a9d4.tar.gz CMake-2c0ff263b436050bac388485238360d5eec4a9d4.tar.bz2 |
FindCUDAToolkit: Add module to find the CUDA Toolkit
Diffstat (limited to 'Help/manual')
-rw-r--r-- | Help/manual/cmake-modules.7.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Help/manual/cmake-modules.7.rst b/Help/manual/cmake-modules.7.rst index c60dc40..be64112 100644 --- a/Help/manual/cmake-modules.7.rst +++ b/Help/manual/cmake-modules.7.rst @@ -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 |