From 5356547d4916dddde38716d1eaab21bda01c1878 Mon Sep 17 00:00:00 2001 From: tastytea Date: Mon, 23 Aug 2021 21:35:00 +0200 Subject: [PATCH] Relax CMake version requirement a bit. --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 211cf9b..767737d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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.")