From 29b94ceef9d8ec1f2ec2569f86d22882d4e645d0 Mon Sep 17 00:00:00 2001 From: Ethan Rublee Date: Mon, 15 Nov 2010 17:42:34 +0000 Subject: [PATCH] Fixing a small error in compilation for gpu - anatoly should review. --- modules/gpu/src/precomp.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/gpu/src/precomp.hpp b/modules/gpu/src/precomp.hpp index 9ac73a9..53740ac 100644 --- a/modules/gpu/src/precomp.hpp +++ b/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) */ -- 2.7.4