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 | 64f75ac924a947773ecc0d29d6b0cd7585cba061 (patch) | |
| tree | ff76e65042fe456c3ccacd6937abd35662c68a34 | |
| parent | e8dd951c6c2bc3f3496eec26192b9b81c062ca1a (diff) | |
| download | jancity-64f75ac924a947773ecc0d29d6b0cd7585cba061.tar.gz | |
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) |
