diff --git a/ports/tiff/vcpkg-cmake-wrapper.cmake.in b/ports/tiff/vcpkg-cmake-wrapper.cmake.in index cd356483a7d0a7..083a126f44c406 100644 --- a/ports/tiff/vcpkg-cmake-wrapper.cmake.in +++ b/ports/tiff/vcpkg-cmake-wrapper.cmake.in @@ -14,7 +14,7 @@ if(_tiff_features MATCHES ";lzma;") list(APPEND _tiff_libraries ${LZMA_LIBRARIES}) endif() if(_tiff_features MATCHES ";jpeg;") - find_package(JPEG REQUIRED) + find_package(JPEG) list(APPEND _tiff_link_libraries JPEG::JPEG) list(APPEND _tiff_libraries ${JPEG_LIBRARIES}) endif() @@ -29,7 +29,7 @@ if(_tiff_features MATCHES ";zstd;") list(APPEND _tiff_libraries ${_tiff_zstd}) endif() if(_tiff_features MATCHES ";zip;") - find_package(ZLIB REQUIRED) + find_package(ZLIB) list(APPEND _tiff_link_libraries ZLIB::ZLIB) list(APPEND _tiff_libraries ${ZLIB_LIBRARIES}) endif() diff --git a/ports/tiff/vcpkg.json b/ports/tiff/vcpkg.json index 494a349571ab11..f31b99cdce643e 100644 --- a/ports/tiff/vcpkg.json +++ b/ports/tiff/vcpkg.json @@ -1,6 +1,7 @@ { "name": "tiff", "version": "4.3.0", + "port-version": 1, "description": "A library that supports the manipulation of TIFF image files", "homepage": "https://libtiff.gitlab.io/libtiff/", "dependencies": [ diff --git a/versions/baseline.json b/versions/baseline.json index aa632f7148d93c..3ec1a1fe1c254e 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -6166,7 +6166,7 @@ }, "tiff": { "baseline": "4.3.0", - "port-version": 0 + "port-version": 1 }, "tinkerforge": { "baseline": "2.1.25", diff --git a/versions/t-/tiff.json b/versions/t-/tiff.json index 8a52bde57e632e..95953e410ee1e8 100644 --- a/versions/t-/tiff.json +++ b/versions/t-/tiff.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "b8fbf5974a0bbad86a940d5fbee36fb3a787641e", + "version": "4.3.0", + "port-version": 1 + }, { "git-tree": "e6f91f4785acec97b685989a9c61fa96927cf707", "version": "4.3.0",