CMakeLists.txt: bump minimum CMake version

This commit is contained in:
Xavier Del Campo Romero 2022-09-16 14:27:18 +02:00
parent 5829ef82c4
commit a30aee8b90
1 changed files with 2 additions and 1 deletions

View File

@ -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)