Update maximum supported CMake version.
continuous-integration/drone/push Build is passing Details

This commit is contained in:
tastytea 2021-06-04 14:39:53 +02:00
parent 92b8281242
commit 226b66b77b
Signed by: tastytea
GPG Key ID: CFC39497F1B26E07
1 changed files with 1 additions and 1 deletions

View File

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