summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPrzemysław Dolata <snowball91b@gmail.com>2018-01-03 10:21:03 +0100
committerGitHub <noreply@github.com>2018-01-03 10:21:03 +0100
commite963ef4eff86f07b67a23dfffc57f7e918959bd8 (patch)
tree69550571d1476f5d25b8f867f095d2da3444f184
parent99466224dac86ddb86296b1e727794fb836bd80f (diff)
parentc98de53b7817c732b482c2fa810f09c260c58857 (diff)
downloadcaffe-e963ef4eff86f07b67a23dfffc57f7e918959bd8.tar.gz
caffe-e963ef4eff86f07b67a23dfffc57f7e918959bd8.tar.bz2
caffe-e963ef4eff86f07b67a23dfffc57f7e918959bd8.zip
Merge pull request #6121 from xerus/typo
Cuda.cmake: Fix a typo in a comment
-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()