From 429fb031bc393ce613451e5980b46283d0357492 Mon Sep 17 00:00:00 2001 From: tmp64 Date: Tue, 15 Aug 2023 20:29:16 +0700 Subject: [PATCH] CMake: Downgrade minimum version to 3.20.0 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 55ed552..54518a8 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.25.0) +cmake_minimum_required(VERSION 3.20.0) # Use static MSVC runtime to prevent multiple different CRTs being loaded set( CMAKE_MSVC_RUNTIME_LIBRARY "MultiThreaded$<$:Debug>" )