[openimageio] Skip building tests (#30570)

* update openimageio

* update version

---------

Co-authored-by: Monica <v-liumonica@microsoft.com>
This commit is contained in:
MonicaLiu 2023-04-15 14:35:03 +08:00 committed by GitHub
parent 6b7352ef91
commit 95301417e2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 8 additions and 1 deletions

View File

@ -48,6 +48,7 @@ vcpkg_cmake_configure(
OPTIONS OPTIONS
${FEATURE_OPTIONS} ${FEATURE_OPTIONS}
-DBUILD_TESTING=OFF -DBUILD_TESTING=OFF
-DOIIO_BUILD_TESTS=OFF
-DUSE_DCMTK=OFF -DUSE_DCMTK=OFF
-DUSE_NUKE=OFF -DUSE_NUKE=OFF
-DUSE_OpenVDB=OFF -DUSE_OpenVDB=OFF

View File

@ -1,6 +1,7 @@
{ {
"name": "openimageio", "name": "openimageio",
"version": "2.4.9.0", "version": "2.4.9.0",
"port-version": 1,
"description": "A library for reading and writing images, and a bunch of related classes, utilities, and application.", "description": "A library for reading and writing images, and a bunch of related classes, utilities, and application.",
"homepage": "https://github.com/OpenImageIO/oiio", "homepage": "https://github.com/OpenImageIO/oiio",
"license": "BSD-3-Clause", "license": "BSD-3-Clause",

View File

@ -5822,7 +5822,7 @@
}, },
"openimageio": { "openimageio": {
"baseline": "2.4.9.0", "baseline": "2.4.9.0",
"port-version": 0 "port-version": 1
}, },
"openjpeg": { "openjpeg": {
"baseline": "2.5.0", "baseline": "2.5.0",

View File

@ -1,5 +1,10 @@
{ {
"versions": [ "versions": [
{
"git-tree": "34493d776df3b1fee4ba5e01c882d1237a135362",
"version": "2.4.9.0",
"port-version": 1
},
{ {
"git-tree": "82fe27ff1713dd3f0fbaaa7399257fc4d56cf1b0", "git-tree": "82fe27ff1713dd3f0fbaaa7399257fc4d56cf1b0",
"version": "2.4.9.0", "version": "2.4.9.0",