diff options
| author | JackBoosY <yuzaiyang@beyondsoft.com> | 2020-01-19 21:40:24 -0800 |
|---|---|---|
| committer | JackBoosY <yuzaiyang@beyondsoft.com> | 2020-01-19 21:42:41 -0800 |
| commit | e97271e2e8e5ae2265d05c82a439e3eb88f6e448 (patch) | |
| tree | 483c7e61767db5141da1aa0f835e58f7adab8b3a /ports/openimageio/fix-tools-path.patch | |
| parent | 2ae9ee4955dd8092fef118fdabefc255b1154366 (diff) | |
| download | vcpkg-e97271e2e8e5ae2265d05c82a439e3eb88f6e448.tar.gz vcpkg-e97271e2e8e5ae2265d05c82a439e3eb88f6e448.zip | |
[openimageio] Change feature name python to pybind11, add vcpkg_copy_tool_dependencies
Diffstat (limited to 'ports/openimageio/fix-tools-path.patch')
| -rw-r--r-- | ports/openimageio/fix-tools-path.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ports/openimageio/fix-tools-path.patch b/ports/openimageio/fix-tools-path.patch index 07e02fddf..b7bf3753b 100644 --- a/ports/openimageio/fix-tools-path.patch +++ b/ports/openimageio/fix-tools-path.patch @@ -7,7 +7,7 @@ index 9e54f67..d9c9437 100644 endif () set_target_properties (${_target_NAME} PROPERTIES FOLDER "Tools") - install_targets (${_target_NAME}) -+ install(TARGETS ${_target_NAME} RUNTIME DESTINATION tools) ++ install(TARGETS ${_target_NAME} RUNTIME DESTINATION tools/openimageio) else () message (STATUS "${ColorRed}Disabling ${_target_NAME} ${ColorReset}") endif () |
