diff options
| author | Cheney Wang <38240633+Cheney-W@users.noreply.github.com> | 2021-09-07 21:09:32 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-09-07 21:09:32 -0700 |
| commit | 4814a512905e288df1b5d544e60775abcc5a1ca0 (patch) | |
| tree | 043d0a4c6ac50cb565a3281537f0645f7762521d /ports/openimageio/disable-test.patch | |
| parent | f63a6a53b464b6e84acc1b6328f876f2672f325f (diff) | |
| download | vcpkg-4814a512905e288df1b5d544e60775abcc5a1ca0.tar.gz vcpkg-4814a512905e288df1b5d544e60775abcc5a1ca0.zip | |
[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>
Diffstat (limited to 'ports/openimageio/disable-test.patch')
| -rw-r--r-- | ports/openimageio/disable-test.patch | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/ports/openimageio/disable-test.patch b/ports/openimageio/disable-test.patch new file mode 100644 index 000000000..fc46c40b4 --- /dev/null +++ b/ports/openimageio/disable-test.patch @@ -0,0 +1,18 @@ +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)
|
