Disable SUFF CUDA kenrel build by default.

pull/3611/head
Alexander Smorkalov 1 year ago
parent ab4bfc261b
commit 144e18867c
  1. 2
      modules/xfeatures2d/src/cuda/surf.cu

@ -42,7 +42,7 @@
#include "opencv2/opencv_modules.hpp"
#ifdef HAVE_OPENCV_CUDAARITHM
#if defined(HAVE_OPENCV_CUDAARITHM) && defined(OPENCV_ENABLE_NONFREE)
#include "opencv2/core/cuda/common.hpp"
#include "opencv2/core/cuda/limits.hpp"

Loading…
Cancel
Save