aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXavier Del Campo Romero <xavi.dcr@tutanota.com>2022-09-16 14:27:18 +0200
committerXavier Del Campo Romero <xavi.dcr@tutanota.com>2022-09-16 14:27:18 +0200
commit64f75ac924a947773ecc0d29d6b0cd7585cba061 (patch)
treeff76e65042fe456c3ccacd6937abd35662c68a34
parente8dd951c6c2bc3f3496eec26192b9b81c062ca1a (diff)
downloadjancity-64f75ac924a947773ecc0d29d6b0cd7585cba061.tar.gz
CMakeLists.txt: bump minimum CMake version
-rw-r--r--CMakeLists.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index f6f4fab..f46c072 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -1,4 +1,5 @@
-cmake_minimum_required(VERSION 3.13)
+# SDL::SDL was defined on 3.20.
+cmake_minimum_required(VERSION 3.20)
set(TOOLS_PREFIX ${CMAKE_BINARY_DIR}/tools)
include(ExternalProject)