From 54409423f767d8b1cf30cb7d0efca6b4ca138823 Mon Sep 17 00:00:00 2001 From: Ethan Morgan Date: Sat, 14 Feb 2026 16:44:06 +0000 Subject: move to own git server --- vcpkg/ports/openimageio/fix-openimageio_include_dir.patch | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 vcpkg/ports/openimageio/fix-openimageio_include_dir.patch (limited to 'vcpkg/ports/openimageio/fix-openimageio_include_dir.patch') diff --git a/vcpkg/ports/openimageio/fix-openimageio_include_dir.patch b/vcpkg/ports/openimageio/fix-openimageio_include_dir.patch new file mode 100644 index 0000000..96e1db1 --- /dev/null +++ b/vcpkg/ports/openimageio/fix-openimageio_include_dir.patch @@ -0,0 +1,13 @@ +diff --git a/src/cmake/Config.cmake.in b/src/cmake/Config.cmake.in +index 2a67ee3..11a5d67 100644 +--- a/src/cmake/Config.cmake.in ++++ b/src/cmake/Config.cmake.in +@@ -53,7 +53,7 @@ endif () + + # Compute the installation prefix relative to this file. Note that cmake files are installed + # to ${CMAKE_INSTALL_LIBDIR}/cmake/${PROJECT_NAME} (see OIIO_CONFIG_INSTALL_DIR) +-get_filename_component(_CURR_INSTALL_LIBDIR "${CMAKE_CURRENT_LIST_DIR}/../../" ABSOLUTE) ++get_filename_component(_CURR_INSTALL_LIBDIR "${CMAKE_CURRENT_LIST_DIR}/../" ABSOLUTE) + get_filename_component(_ABS_CMAKE_INSTALL_LIBDIR "@CMAKE_INSTALL_FULL_LIBDIR@" ABSOLUTE) + get_filename_component(_ABS_CMAKE_INSTALL_INCLUDEDIR "@CMAKE_INSTALL_FULL_INCLUDEDIR@" ABSOLUTE) + file(RELATIVE_PATH _INCLUDEDIR_RELATIVE_TO_LIBDIR -- cgit v1.2.3