Cuda.cmake: Fix a typo in a comment
authorPavel Grunt <pavel.grunt@gmail.com>
Wed, 20 Dec 2017 12:07:47 +0000 (13:07 +0100)
committerPavel Grunt <pavel.grunt@innovatrics.com>
Wed, 20 Dec 2017 17:20:05 +0000 (18:20 +0100)
cmake/Cuda.cmake

index b2b19e8..54e26fd 100644 (file)
@@ -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()