Commit 29b94cee authored by Ethan Rublee's avatar Ethan Rublee

Fixing a small error in compilation for gpu - anatoly should review.

parent 08b7855e
......@@ -69,7 +69,7 @@
#else /* defined(HAVE_CUDA) */
static inline void throw_nogpu() { CV_Error(CV_GpuNotFound, "The library is compilled without GPU support"); }
static inline void throw_nogpu() { CV_Error(CV_GpuNotSupported, "The library is compilled without GPU support"); }
#endif /* defined(HAVE_CUDA) */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment