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 41b70b0 commit d9c1d48Copy full SHA for d9c1d48
modules/rgbd/CMakeLists.txt
@@ -5,3 +5,7 @@ ocv_define_module(rgbd opencv_core opencv_calib3d opencv_imgproc OPTIONAL opencv
5
if(NOT HAVE_EIGEN)
6
message(STATUS "rgbd: Eigen support is disabled. Eigen is Required for Posegraph optimization")
7
endif()
8
+
9
+if(HAVE_OPENGL)
10
+ ocv_target_link_libraries(${the_module} PRIVATE "${OPENGL_LIBRARIES}")
11
+endif()
0 commit comments