Update tiff to the new package revision (fixes IOS TIFF package) (#4638)

The new tiff package works for all platforms, including android and IOS, which had issues before.
Android - was missing tiff.h
ios - wrong minimum ios revision
This commit is contained in:
Nicholas Lawson
2021-10-13 13:46:20 -07:00
committed by GitHub
parent 3c3cde99be
commit 5ba30f9a37
8 changed files with 8 additions and 8 deletions
+1 -1
View File
@@ -102,7 +102,7 @@ ly_add_target(
3rdParty::Qt::Gui
3rdParty::Qt::Widgets
3rdParty::Qt::Concurrent
3rdParty::tiff
3rdParty::TIFF
3rdParty::squish-ccr
3rdParty::AWSNativeSDK::STS
Legacy::CryCommon
+1 -1
View File
@@ -27,7 +27,7 @@ ly_add_target(
3rdParty::expat
3rdParty::lz4
3rdParty::md5
3rdParty::tiff
3rdParty::TIFF
3rdParty::zstd
Legacy::CryCommon
Legacy::CrySystem.XMLBinary