Skip to content

Commit ff739a9

Browse files
committed
Removed opencv's optflow module from required dependency (#427 (comment))
1 parent 4321c30 commit ff739a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ ENDIF()
221221
set(RTABMAP_QT_VERSION AUTO CACHE STRING "Force a specific Qt version.")
222222
set_property(CACHE RTABMAP_QT_VERSION PROPERTY STRINGS AUTO 4 5)
223223

224-
FIND_PACKAGE(OpenCV REQUIRED QUIET COMPONENTS core calib3d imgproc highgui stitching optflow photo video OPTIONAL_COMPONENTS aruco xfeatures2d nonfree gpu cudafeatures2d)
224+
FIND_PACKAGE(OpenCV REQUIRED QUIET COMPONENTS core calib3d imgproc highgui stitching photo video OPTIONAL_COMPONENTS aruco xfeatures2d nonfree gpu cudafeatures2d)
225225

226226
IF(WITH_QT)
227227
FIND_PACKAGE(PCL 1.7 REQUIRED QUIET COMPONENTS common io kdtree search surface filters registration sample_consensus segmentation visualization)

0 commit comments

Comments
 (0)