Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions ports/tiff/vcpkg-cmake-wrapper.cmake.in
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand All @@ -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()
Expand Down
1 change: 1 addition & 0 deletions ports/tiff/vcpkg.json
Original file line number Diff line number Diff line change
@@ -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": [
Expand Down
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -6166,7 +6166,7 @@
},
"tiff": {
"baseline": "4.3.0",
"port-version": 0
"port-version": 1
},
"tinkerforge": {
"baseline": "2.1.25",
Expand Down
5 changes: 5 additions & 0 deletions versions/t-/tiff.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "b8fbf5974a0bbad86a940d5fbee36fb3a787641e",
"version": "4.3.0",
"port-version": 1
},
{
"git-tree": "e6f91f4785acec97b685989a9c61fa96927cf707",
"version": "4.3.0",
Expand Down