mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-06-07 14:22:54 +08:00
Fix building tiff (#30325)
Co-authored-by: Cheney-Wang <850426846@qq.com>
This commit is contained in:
parent
2b1757dd1d
commit
4223108d35
@ -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
|
||||
|
@ -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,
|
||||
|
@ -7838,7 +7838,7 @@
|
||||
},
|
||||
"tiff": {
|
||||
"baseline": "4.5.0",
|
||||
"port-version": 2
|
||||
"port-version": 3
|
||||
},
|
||||
"tinkerforge": {
|
||||
"baseline": "2.1.25",
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "658dc44e4f5495f0820db6358d8edf74e6ac8d48",
|
||||
"version": "4.5.0",
|
||||
"port-version": 3
|
||||
},
|
||||
{
|
||||
"git-tree": "b96d20619404c16ef469583437a776b2e74afcef",
|
||||
"version": "4.5.0",
|
||||
|
Loading…
Reference in New Issue
Block a user