summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2018-09-17 13:23:23 (GMT)
committerKitware Robot <kwrobot@kitware.com>2018-09-17 13:24:10 (GMT)
commita6ae99ebbe01350f46d8540cc8b792bc6c1cc3d6 (patch)
treedbf27ea8c1b3fd4a77a964676e8de04cbe935a2d
parentb3f1e654860f6e1481fc0e07f6fb7dfab585472f (diff)
parent6209434b441b0857b8601dd39498c3796d338c5a (diff)
downloadCMake-a6ae99ebbe01350f46d8540cc8b792bc6c1cc3d6.zip
CMake-a6ae99ebbe01350f46d8540cc8b792bc6c1cc3d6.tar.gz
CMake-a6ae99ebbe01350f46d8540cc8b792bc6c1cc3d6.tar.bz2
Merge topic 'FindCUDA-doc-typo'
6209434b44 FindCUDA: Fix "alphabetical" typo Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !2387
-rw-r--r--Modules/FindCUDA.cmake4
1 files changed, 2 insertions, 2 deletions
diff --git a/Modules/FindCUDA.cmake b/Modules/FindCUDA.cmake
index 1650e55..5547dee 100644
--- a/Modules/FindCUDA.cmake
+++ b/Modules/FindCUDA.cmake
@@ -43,7 +43,7 @@
# matches what is needed by the CUDA runtime version.
#
# The following variables affect the behavior of the macros in the
-# script (in alphebetical order). Note that any of these flags can be
+# script (in alphabetical order). Note that any of these flags can be
# changed multiple times in the same directory before calling
# ``CUDA_ADD_EXECUTABLE``, ``CUDA_ADD_LIBRARY``, ``CUDA_COMPILE``,
# ``CUDA_COMPILE_PTX``, ``CUDA_COMPILE_FATBIN``, ``CUDA_COMPILE_CUBIN``
@@ -147,7 +147,7 @@
# VERBOSE=1 to see output), although setting CUDA_VERBOSE_BUILD to ON will
# always print the output.
#
-# The script creates the following macros (in alphebetical order)::
+# The script creates the following macros (in alphabetical order)::
#
# CUDA_ADD_CUFFT_TO_TARGET( cuda_target )
# -- Adds the cufft library to the target (can be any target). Handles whether