summaryrefslogtreecommitdiff
path: root/cmake
diff options
context:
space:
mode:
Diffstat (limited to 'cmake')
-rw-r--r--cmake/Cuda.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmake/Cuda.cmake b/cmake/Cuda.cmake
index b2b19e8b..54e26fd5 100644
--- a/cmake/Cuda.cmake
+++ b/cmake/Cuda.cmake
@@ -232,7 +232,7 @@ endfunction()
################################################################################################
find_package(CUDA 5.5 QUIET)
-find_cuda_helper_libs(curand) # cmake 2.8.7 compartibility which doesn't search for curand
+find_cuda_helper_libs(curand) # cmake 2.8.7 compatibility which doesn't search for curand
if(NOT CUDA_FOUND)
return()