mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-18 13:17:55 +08:00
[openimageio] Skip building tests (#30570)
* update openimageio * update version --------- Co-authored-by: Monica <v-liumonica@microsoft.com>
This commit is contained in:
parent
6b7352ef91
commit
95301417e2
@ -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
|
||||||
|
@ -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",
|
||||||
|
@ -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",
|
||||||
|
@ -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",
|
||||||
|
Loading…
Reference in New Issue
Block a user