Skip to content

Commit b5a6b1f

Browse files
Alexander MordvintsevAlexander Mordvintsev
authored andcommitted
make opencv_cudaarithm dependency for xfeatures2d optional
1 parent 071eb5a commit b5a6b1f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

modules/xfeatures2d/CMakeLists.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
set(the_description "Contributed/Experimental Algorithms for Salient 2D Features Detection")
2-
ocv_define_module(xfeatures2d opencv_core opencv_cudaarithm opencv_imgproc opencv_features2d opencv_calib3d opencv_shape opencv_highgui opencv_videoio opencv_ml)
2+
ocv_define_module(xfeatures2d opencv_core opencv_imgproc opencv_features2d opencv_calib3d opencv_shape opencv_highgui opencv_videoio opencv_ml
3+
OPTIONAL opencv_cudaarithm)

0 commit comments

Comments
 (0)