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.
2 parents 744a459 + d9c1d48 commit 8bd6316Copy full SHA for 8bd6316
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