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

pull/13383/head
Ethan Rublee 14 years ago
parent 08b7855edc
commit 29b94ceef9
  1. 2
      modules/gpu/src/precomp.hpp

@ -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) */

Loading…
Cancel
Save