aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/opencv4/0012-miss-openexr.patch
diff options
context:
space:
mode:
authorEthan Morgan <ethan@gweithio.com>2026-02-14 16:44:06 +0000
committerEthan Morgan <ethan@gweithio.com>2026-02-14 16:44:06 +0000
commit54409423f767d8b1cf30cb7d0efca6b4ca138823 (patch)
treed915ac7828703ce4b963efdd9728a1777ba18c1e /vcpkg/ports/opencv4/0012-miss-openexr.patch
move to own git serverHEADmaster
Diffstat (limited to 'vcpkg/ports/opencv4/0012-miss-openexr.patch')
-rw-r--r--vcpkg/ports/opencv4/0012-miss-openexr.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/vcpkg/ports/opencv4/0012-miss-openexr.patch b/vcpkg/ports/opencv4/0012-miss-openexr.patch
new file mode 100644
index 0000000..943a621
--- /dev/null
+++ b/vcpkg/ports/opencv4/0012-miss-openexr.patch
@@ -0,0 +1,12 @@
+--- a/CMakeLists.txt
++++ b/CMakeLists.txt
+@@ -801,6 +801,9 @@ include(cmake/OpenCVFindLibsPerf.cmake)
+ include(cmake/OpenCVFindLAPACK.cmake)
+ include(cmake/OpenCVFindProtobuf.cmake)
+ include(cmake/OpenCVDetectFlatbuffers.cmake)
++if(WITH_OPENEXR)
++ include(cmake/OpenCVFindOpenEXR.cmake)
++endif()
+ if(WITH_TIMVX)
+ include(cmake/OpenCVFindTIMVX.cmake)
+ endif()