diff options
| author | Adam Johnson <AdamJohnso@gmail.com> | 2021-01-16 22:39:12 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-01-16 19:39:12 -0800 |
| commit | 8296ef265d2c40df2c0648d9e6180a7fb3584da0 (patch) | |
| tree | f2d910c1ef381d71e9a0c4ada1395747d75c6c0c /ports/openimageio/fix-tools-path.patch | |
| parent | 083c86d05e3ade6f5cf4ad144542d0b708775772 (diff) | |
| download | vcpkg-8296ef265d2c40df2c0648d9e6180a7fb3584da0.tar.gz vcpkg-8296ef265d2c40df2c0648d9e6180a7fb3584da0.zip | |
[openimageio] Bump to 2.2.10.0. (#15509)
* [openimageio] Bump to 2.2.10.0.
* Update port_versions
Co-authored-by: NancyLi1013 <lirui09@beyondsoft.com>
Diffstat (limited to 'ports/openimageio/fix-tools-path.patch')
| -rw-r--r-- | ports/openimageio/fix-tools-path.patch | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/ports/openimageio/fix-tools-path.patch b/ports/openimageio/fix-tools-path.patch deleted file mode 100644 index b7bf3753b..000000000 --- a/ports/openimageio/fix-tools-path.patch +++ /dev/null @@ -1,13 +0,0 @@ -diff --git a/src/cmake/oiio_macros.cmake b/src/cmake/oiio_macros.cmake -index 9e54f67..d9c9437 100644 ---- a/src/cmake/oiio_macros.cmake -+++ b/src/cmake/oiio_macros.cmake -@@ -142,7 +142,7 @@ macro (fancy_add_executable) - target_link_libraries (${_target_NAME} PRIVATE ${_target_LINK_LIBRARIES}) - endif () - set_target_properties (${_target_NAME} PROPERTIES FOLDER "Tools") -- install_targets (${_target_NAME}) -+ install(TARGETS ${_target_NAME} RUNTIME DESTINATION tools/openimageio) - else () - message (STATUS "${ColorRed}Disabling ${_target_NAME} ${ColorReset}") - endif () |
