vcpkg/ports/openimageio/disable-test.patch
Cheney Wang 4814a51290
[openimageio] update version to 2.3.7.2 (#19961)
* [openimageio] update version to 2.3.7.2

* Disable the test in vcpkg

Co-authored-by: Cheney-Wang <v-xincwa@microsoft.com>
2021-09-07 21:09:32 -07:00

19 lines
468 B
Diff

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 54fe7d9..65f47fd 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -281,11 +281,12 @@ install (EXPORT OIIO_EXPORTED_TARGETS
FILE ${OIIO_TARGETS_EXPORT_NAME}
NAMESPACE ${PROJECT_NAME}::)
-
+if (0)
if (NOT ${PROJECT_NAME}_IS_SUBPROJECT)
oiio_setup_test_data()
oiio_add_all_tests()
endif ()
+endif ()
if (NOT ${PROJECT_NAME}_IS_SUBPROJECT)
include (packaging)