SDL_image: TIFF is also disabled by default

From c56db9058d69dc28a1a66019a3a2ffa7875591d9 Mon Sep 17 00:00:00 2001
From: Sam Lantinga <[EMAIL REDACTED]>
Date: Tue, 10 May 2022 16:46:19 -0700
Subject: [PATCH] TIFF is also disabled by default

---
 CMakeLists.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 66a1d34..b324778 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -134,7 +134,7 @@ option(SUPPORT_PNM "Support loading PNM images" ON)
 option(SUPPORT_QOI "Support loading QOI images" ON)
 option(SUPPORT_SVG "Support loading SVG images" ON)
 option(SUPPORT_TGA "Support loading TGA images" ON)
-option(SUPPORT_TIF "Support loading TIFF images" ON)
+option(SUPPORT_TIF "Support loading TIFF images" OFF)
 option(SUPPORT_WEBP "Support loading WEBP images" OFF)
 option(SUPPORT_XCF "Support loading XCF images" ON)
 option(SUPPORT_XPM "Support loading XPM images" ON)