mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 01:29:00 +08:00
10 lines
395 B
Diff
10 lines
395 B
Diff
--- a/modules/ovis/CMakeLists.txt
|
|
+++ b/modules/ovis/CMakeLists.txt
|
|
@@ -27,4 +27,6 @@ ocv_create_module()
|
|
ocv_add_samples(opencv_aruco)
|
|
|
|
ocv_warnings_disable(CMAKE_CXX_FLAGS -Wunused-parameter)
|
|
+# The target always has the name OgreGLSupport
|
|
+string(REPLACE "OgreGLSupportStatic" "OgreGLSupport" OGRE_LIBRARIES "${OGRE_LIBRARIES}")
|
|
ocv_target_link_libraries(${the_module} ${OGRE_LIBRARIES})
|