diff options
| author | Ethan Morgan <ethan@gweithio.com> | 2026-02-14 16:44:06 +0000 |
|---|---|---|
| committer | Ethan Morgan <ethan@gweithio.com> | 2026-02-14 16:44:06 +0000 |
| commit | 54409423f767d8b1cf30cb7d0efca6b4ca138823 (patch) | |
| tree | d915ac7828703ce4b963efdd9728a1777ba18c1e /vcpkg/ports/opencv4/0013-contrib-fix-ogre.patch | |
Diffstat (limited to 'vcpkg/ports/opencv4/0013-contrib-fix-ogre.patch')
| -rw-r--r-- | vcpkg/ports/opencv4/0013-contrib-fix-ogre.patch | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/vcpkg/ports/opencv4/0013-contrib-fix-ogre.patch b/vcpkg/ports/opencv4/0013-contrib-fix-ogre.patch new file mode 100644 index 0000000..3e3e6c7 --- /dev/null +++ b/vcpkg/ports/opencv4/0013-contrib-fix-ogre.patch @@ -0,0 +1,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}) |