Fix building tiff (#30325)

Co-authored-by: Cheney-Wang <850426846@qq.com>
This commit is contained in:
Matthias Kuhn 2023-04-21 00:56:16 +02:00 committed by GitHub
parent 2b1757dd1d
commit 4223108d35
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 8 additions and 2 deletions

View File

@ -41,6 +41,7 @@ vcpkg_cmake_configure(
-DCMAKE_DISABLE_FIND_PACKAGE_OpenGL=ON
-DCMAKE_DISABLE_FIND_PACKAGE_GLUT=ON
-DZSTD_HAVE_DECOMPRESS_STREAM=ON
-DHAVE_JPEGTURBO_DUAL_MODE_8_12=OFF
OPTIONS_DEBUG
-DCMAKE_DEBUG_POSTFIX=d # tiff sets "d" for MSVC only.
MAYBE_UNUSED_VARIABLES

View File

@ -1,7 +1,7 @@
{
"name": "tiff",
"version": "4.5.0",
"port-version": 2,
"port-version": 3,
"description": "A library that supports the manipulation of TIFF image files",
"homepage": "https://libtiff.gitlab.io/libtiff/",
"license": null,

View File

@ -7838,7 +7838,7 @@
},
"tiff": {
"baseline": "4.5.0",
"port-version": 2
"port-version": 3
},
"tinkerforge": {
"baseline": "2.1.25",

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "658dc44e4f5495f0820db6358d8edf74e6ac8d48",
"version": "4.5.0",
"port-version": 3
},
{
"git-tree": "b96d20619404c16ef469583437a776b2e74afcef",
"version": "4.5.0",