Skip to content

Commit

Permalink
Disable SUFF CUDA kenrel build by default.
Browse files Browse the repository at this point in the history
  • Loading branch information
asmorkalov committed Dec 26, 2023
1 parent ab4bfc2 commit 144e188
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/xfeatures2d/src/cuda/surf.cu
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 144e188

Please sign in to comment.