projects
/
platform
/
upstream
/
caffe.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9946622
)
Cuda.cmake: Fix a typo in a comment
author
Pavel Grunt
<pavel.grunt@gmail.com>
Wed, 20 Dec 2017 12:07:47 +0000
(13:07 +0100)
committer
Pavel Grunt
<pavel.grunt@innovatrics.com>
Wed, 20 Dec 2017 17:20:05 +0000
(18:20 +0100)
cmake/Cuda.cmake
patch
|
blob
|
history
diff --git
a/cmake/Cuda.cmake
b/cmake/Cuda.cmake
index
b2b19e8
..
54e26fd
100644
(file)
--- 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 compa
r
tibility 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()