We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4321c30 commit ff739a9Copy full SHA for ff739a9
CMakeLists.txt
@@ -221,7 +221,7 @@ ENDIF()
221
set(RTABMAP_QT_VERSION AUTO CACHE STRING "Force a specific Qt version.")
222
set_property(CACHE RTABMAP_QT_VERSION PROPERTY STRINGS AUTO 4 5)
223
224
-FIND_PACKAGE(OpenCV REQUIRED QUIET COMPONENTS core calib3d imgproc highgui stitching optflow photo video OPTIONAL_COMPONENTS aruco xfeatures2d nonfree gpu cudafeatures2d)
+FIND_PACKAGE(OpenCV REQUIRED QUIET COMPONENTS core calib3d imgproc highgui stitching photo video OPTIONAL_COMPONENTS aruco xfeatures2d nonfree gpu cudafeatures2d)
225
226
IF(WITH_QT)
227
FIND_PACKAGE(PCL 1.7 REQUIRED QUIET COMPONENTS common io kdtree search surface filters registration sample_consensus segmentation visualization)
0 commit comments