diff options
| author | Xavier Del Campo Romero <xavi.dcr@tutanota.com> | 2022-09-16 14:27:18 +0200 |
|---|---|---|
| committer | Xavier Del Campo Romero <xavi.dcr@tutanota.com> | 2022-09-16 14:27:18 +0200 |
| commit | a30aee8b9013c56fc2356aff31fc2f84c6faa39f (patch) | |
| tree | 5ca04ffc70c8bd70be8638baabaef7da8e9b6c79 | |
| parent | 5829ef82c45ce2ea7ed957917346a23acbd09e86 (diff) | |
CMakeLists.txt: bump minimum CMake version
| -rw-r--r-- | CMakeLists.txt | 3 |
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) |
