diff options
author | Brad King <brad.king@kitware.com> | 2018-01-11 15:18:34 (GMT) |
---|---|---|
committer | Kitware Robot <kwrobot@kitware.com> | 2018-01-11 15:18:54 (GMT) |
commit | 30fcb925762280b3a904f8f2598449927414ebd6 (patch) | |
tree | 8a1958bf99f8eed87659f6937911259e84e73b61 /Modules | |
parent | fe8d74cc6022b814f08486df3b575c1dbe875f18 (diff) | |
parent | d91b2d9158cbe5d65bfcc8f7512503d7f226ad91 (diff) | |
download | CMake-30fcb925762280b3a904f8f2598449927414ebd6.zip CMake-30fcb925762280b3a904f8f2598449927414ebd6.tar.gz CMake-30fcb925762280b3a904f8f2598449927414ebd6.tar.bz2 |
Merge topic 'misc-typos'
d91b2d91 MAINT: Misc. typos
Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !1654
Diffstat (limited to 'Modules')
-rw-r--r-- | Modules/FindCUDA.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/FindCUDA.cmake b/Modules/FindCUDA.cmake index 321121c..0decbb5 100644 --- a/Modules/FindCUDA.cmake +++ b/Modules/FindCUDA.cmake @@ -104,7 +104,7 @@ # CUDA_NVCC_FLAGS_<CONFIG> variables. For Visual Studio targets, # the host compiler is constructed with one or more visual studio macros # such as $(VCInstallDir), that expands out to the path when -# the command is run from withing VS. +# the command is run from within VS. # # CUDA_NVCC_FLAGS # CUDA_NVCC_FLAGS_<CONFIG> |