summaryrefslogtreecommitdiffstats
path: root/Modules/FindCUDA.cmake
diff options
context:
space:
mode:
authorRolf Eike Beer <eike@sf-mail.de>2012-03-26 14:21:23 (GMT)
committerRolf Eike Beer <eike@sf-mail.de>2012-06-19 19:05:14 (GMT)
commit188b96b100e1b44f9121081f3e29edbfa8354c19 (patch)
treedcd14ee57e5fc99a325810d3853e81dc1b477c48 /Modules/FindCUDA.cmake
parent54431e3395eb16033eb145edf12335852156ebe4 (diff)
downloadCMake-188b96b100e1b44f9121081f3e29edbfa8354c19.zip
CMake-188b96b100e1b44f9121081f3e29edbfa8354c19.tar.gz
CMake-188b96b100e1b44f9121081f3e29edbfa8354c19.tar.bz2
fix some typos
Diffstat (limited to 'Modules/FindCUDA.cmake')
-rw-r--r--Modules/FindCUDA.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/FindCUDA.cmake b/Modules/FindCUDA.cmake
index 9f8d575..56a92c1 100644
--- a/Modules/FindCUDA.cmake
+++ b/Modules/FindCUDA.cmake
@@ -540,7 +540,7 @@ set (CUDA_INCLUDE_DIRS ${CUDA_TOOLKIT_INCLUDE})
macro(FIND_LIBRARY_LOCAL_FIRST _var _names _doc)
if(CMAKE_SIZEOF_VOID_P EQUAL 8)
- # CUDA 3.2+ on Windows moved the library directoryies, so we need the new
+ # CUDA 3.2+ on Windows moved the library directories, so we need the new
# and old paths.
set(_cuda_64bit_lib_dir "lib/x64" "lib64" )
endif()