From 72a518bcf7d87e32f718ca612ce2c8303ceedd12 Mon Sep 17 00:00:00 2001 From: staphen Date: Sun, 30 Mar 2025 21:12:19 -0400 Subject: [PATCH] Raise the minimum required version of CMake to match DeviutionX --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 50dce03..2dc2233 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.0) +cmake_minimum_required(VERSION 3.22) project(zt) find_package(Threads)