aboutsummaryrefslogtreecommitdiff
path: root/ports/openimageio/remove_wrong_dependency.patch
diff options
context:
space:
mode:
Diffstat (limited to 'ports/openimageio/remove_wrong_dependency.patch')
-rw-r--r--ports/openimageio/remove_wrong_dependency.patch16
1 files changed, 4 insertions, 12 deletions
diff --git a/ports/openimageio/remove_wrong_dependency.patch b/ports/openimageio/remove_wrong_dependency.patch
index dabf47b1e..307ef1dec 100644
--- a/ports/openimageio/remove_wrong_dependency.patch
+++ b/ports/openimageio/remove_wrong_dependency.patch
@@ -1,23 +1,15 @@
diff --git a/src/libOpenImageIO/CMakeLists.txt b/src/libOpenImageIO/CMakeLists.txt
-index c528adc..bc133b6 100644
+index 61ed97b..4435426 100644
--- a/src/libOpenImageIO/CMakeLists.txt
+++ b/src/libOpenImageIO/CMakeLists.txt
-@@ -162,9 +162,6 @@ if (WIN32)
+@@ -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})
-@@ -230,7 +227,7 @@ if (OIIO_BUILD_TESTS)
- set_target_properties (imagespec_test PROPERTIES FOLDER "Unit Tests")
- target_link_libraries (imagespec_test OpenImageIO ${Boost_LIBRARIES})
- add_test (unit_imagespec imagespec_test)
--
-+
- add_executable (imagespeed_test imagespeed_test.cpp)
- set_target_properties (imagespeed_test PROPERTIES FOLDER "Unit Tests")
- target_link_libraries (imagespeed_test OpenImageIO ${Boost_LIBRARIES})
+ endif ()