From 226b66b77b93b866316dd6ae06de3959fb199dfd Mon Sep 17 00:00:00 2001 From: tastytea Date: Fri, 4 Jun 2021 14:39:53 +0200 Subject: [PATCH] Update maximum supported CMake version. --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index e24de87..c760b4d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.12...3.18) +cmake_minimum_required(VERSION 3.12...3.20) # Global build options. set(CMAKE_BUILD_TYPE "Release" CACHE STRING "The type of build.")