From 7e59829f180ae6542c2582334ab5830c15ba3cea Mon Sep 17 00:00:00 2001 From: Brent Cook Date: Sun, 13 Aug 2023 23:02:24 -0500 Subject: version is breaking things --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 272cf6a..8027474 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required (VERSION 3.20.0) +cmake_minimum_required (VERSION 3.16.4) if(MSVC) cmake_policy(SET CMP0091 NEW) endif() -- cgit v1.2.3-55-g6feb