mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 06:51:48 +08:00
16 lines
486 B
Diff
16 lines
486 B
Diff
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 ()
|