Skip to content

Commit

Permalink
Merge pull request #3611 from asmorkalov:as/disable_cuda_surf
Browse files Browse the repository at this point in the history
  • Loading branch information
alalek committed Dec 26, 2023
2 parents d680f58 + 144e188 commit c7602a8
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 c7602a8

Please sign in to comment.