SDL_image: cmake: bump minimum required cmake version to 3.14

From f8d484e3a1e6f1551ce73f02382fddbcc7ba70f2 Mon Sep 17 00:00:00 2001
From: Ozkan Sezer <[EMAIL REDACTED]>
Date: Thu, 12 May 2022 14:15:56 +0300
Subject: [PATCH] cmake: bump minimum required cmake version to 3.14

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

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 225526e..20a0126 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -1,4 +1,4 @@
-cmake_minimum_required(VERSION 3.3.2)
+cmake_minimum_required(VERSION 3.14)
 
 # See docs/release_checklist.md
 set(MAJOR_VERSION 2)