diff options
| author | Phoebe <925731795@qq.com> | 2019-08-08 20:44:17 +0800 |
|---|---|---|
| committer | dan-shaw <51385773+dan-shaw@users.noreply.github.com> | 2019-08-08 05:44:17 -0700 |
| commit | 945717ce513081e381746763646eb504d7a68cac (patch) | |
| tree | 3d8657078212def5a6bd10524c5bcd3cccfa48b5 /ports/openimageio/remove_wrong_dependency.patch | |
| parent | f27820fa863fe17b98abf869477459609c69b32d (diff) | |
| download | vcpkg-945717ce513081e381746763646eb504d7a68cac.tar.gz vcpkg-945717ce513081e381746763646eb504d7a68cac.zip | |
[openimageio] Fix feature libraw build errors (#7419)
* [openimageio] Fix feature libraw build errors
* Update to master latest commit
Diffstat (limited to 'ports/openimageio/remove_wrong_dependency.patch')
| -rw-r--r-- | ports/openimageio/remove_wrong_dependency.patch | 30 |
1 files changed, 15 insertions, 15 deletions
diff --git a/ports/openimageio/remove_wrong_dependency.patch b/ports/openimageio/remove_wrong_dependency.patch index 307ef1dec..5338c6563 100644 --- a/ports/openimageio/remove_wrong_dependency.patch +++ b/ports/openimageio/remove_wrong_dependency.patch @@ -1,15 +1,15 @@ -diff --git a/src/libOpenImageIO/CMakeLists.txt b/src/libOpenImageIO/CMakeLists.txt -index 61ed97b..4435426 100644 ---- a/src/libOpenImageIO/CMakeLists.txt -+++ b/src/libOpenImageIO/CMakeLists.txt -@@ -164,10 +164,6 @@ if (WIN32) - target_link_libraries (OpenImageIO psapi.lib) - endif () - --if (VISIBILITY_MAP_FILE) -- add_dependencies (OpenImageIO "${VISIBILITY_MAP_FILE}") --endif () -- - if (USE_EXTERNAL_PUGIXML) - target_link_libraries (OpenImageIO ${PUGIXML_LIBRARIES}) - endif () +diff --git a/src/libOpenImageIO/CMakeLists.txt b/src/libOpenImageIO/CMakeLists.txt
+index 5449675..cdd5235 100644
+--- a/src/libOpenImageIO/CMakeLists.txt
++++ b/src/libOpenImageIO/CMakeLists.txt
+@@ -171,10 +171,6 @@ elseif(MINGW)
+ target_link_libraries (OpenImageIO psapi ws2_32)
+ endif ()
+
+-if (VISIBILITY_MAP_FILE)
+- add_dependencies (OpenImageIO "${VISIBILITY_MAP_FILE}")
+-endif ()
+-
+ if (USE_EXTERNAL_PUGIXML)
+ target_link_libraries (OpenImageIO ${PUGIXML_LIBRARIES})
+ endif ()
|
