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
commita30aee8b9013c56fc2356aff31fc2f84c6faa39f (patch)
tree5ca04ffc70c8bd70be8638baabaef7da8e9b6c79
parent5829ef82c45ce2ea7ed957917346a23acbd09e86 (diff)
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)