diff options
author | Nikolaus Wittenstein <nikolaus.wittenstein@gmail.com> | 2018-09-14 18:34:35 (GMT) |
---|---|---|
committer | Nikolaus Wittenstein <nwittenstein@argo.ai> | 2018-09-14 18:53:03 (GMT) |
commit | 6209434b441b0857b8601dd39498c3796d338c5a (patch) | |
tree | 4ecebacf3864a389f8dc011d8868c33304de16e3 /Modules | |
parent | 333804fa0e12c3df9ef16fec163451cffda52df4 (diff) | |
download | CMake-6209434b441b0857b8601dd39498c3796d338c5a.zip CMake-6209434b441b0857b8601dd39498c3796d338c5a.tar.gz CMake-6209434b441b0857b8601dd39498c3796d338c5a.tar.bz2 |
FindCUDA: Fix "alphabetical" typo
Diffstat (limited to 'Modules')
-rw-r--r-- | Modules/FindCUDA.cmake | 4 |
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 |