blob: 3e3e6c7d84730e65f4d88c2c537b9baa4c0dca17 (
plain)
1
2
3
4
5
6
7
8
|
--- a/modules/ovis/CMakeLists.txt
+++ b/modules/ovis/CMakeLists.txt
@@ -27,4 +27,5 @@ ocv_create_module()
ocv_add_samples(opencv_objdetect opencv_aruco)
ocv_warnings_disable(CMAKE_CXX_FLAGS -Wunused-parameter)
+string(REPLACE "OgreGLSupportStatic" "OgreGLSupport" OGRE_LIBRARIES "${OGRE_LIBRARIES}")
ocv_target_link_libraries(${the_module} ${OGRE_LIBRARIES})
|