summaryrefslogtreecommitdiff
path: root/Modules/FindCUDA.cmake
diff options
context:
space:
mode:
authorRolf Eike Beer <eike@sf-mail.de>2012-02-18 16:13:34 +0100
committerRolf Eike Beer <eike@sf-mail.de>2012-02-18 16:13:34 +0100
commit7ec2ebdbcfcc90fca928ca79cb3b719177503d2d (patch)
treee9681e5e45a6ecb256341317e6ff0ff19b97da43 /Modules/FindCUDA.cmake
parentd36d29f1f079c58bf7d5993da442e4296c7f82a8 (diff)
downloadcmake-7ec2ebdbcfcc90fca928ca79cb3b719177503d2d.tar.gz
fix the same typos as found by Debian in other places, too
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 4d91a92fa0..9f8d5755fa 100644
--- a/Modules/FindCUDA.cmake
+++ b/Modules/FindCUDA.cmake
@@ -906,7 +906,7 @@ macro(CUDA_WRAP_SRCS cuda_target format generated_files)
message( FATAL_ERROR "Invalid format flag passed to CUDA_WRAP_SRCS: '${format}'. Use OBJ or PTX.")
endif()
- # Set up all the command line flags here, so that they can be overriden on a per target basis.
+ # Set up all the command line flags here, so that they can be overridden on a per target basis.
set(nvcc_flags "")