Relax CMake version requirement a bit.

This commit is contained in:
tastytea 2021-08-23 21:35:00 +02:00
parent a0c2274421
commit 5356547d49
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.20...3.20)
cmake_minimum_required(VERSION 3.18...3.20)
# Global build options.
set(CMAKE_BUILD_TYPE "Release" CACHE STRING "The type of build.")