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/openimageio/fix-openexr-target-missing.patch | |
Diffstat (limited to 'vcpkg/ports/openimageio/fix-openexr-target-missing.patch')
| -rw-r--r-- | vcpkg/ports/openimageio/fix-openexr-target-missing.patch | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/vcpkg/ports/openimageio/fix-openexr-target-missing.patch b/vcpkg/ports/openimageio/fix-openexr-target-missing.patch new file mode 100644 index 0000000..4ae28a3 --- /dev/null +++ b/vcpkg/ports/openimageio/fix-openexr-target-missing.patch @@ -0,0 +1,13 @@ +diff --git a/src/cmake/Config.cmake.in b/src/cmake/Config.cmake.in +index 2620994b3..c9cbe7290 100644 +--- a/src/cmake/Config.cmake.in ++++ b/src/cmake/Config.cmake.in +@@ -10,6 +10,8 @@ include(CMakeFindDependencyMacro) + if (NOT @OPENIMAGEIO_CONFIG_DO_NOT_FIND_IMATH@ AND NOT OPENIMAGEIO_CONFIG_DO_NOT_FIND_IMATH) + find_dependency(Imath @Imath_VERSION@ + HINTS @Imath_DIR@) ++ find_dependency(OpenEXR @OpenEXR_VERSION@ ++ HINTS @OpenEXR_DIR@) + endif () + + if (NOT @fmt_LOCAL_BUILD@ AND NOT @OIIO_INTERNALIZE_FMT@) |