From 8ce28ddecbe491cd57dfcfe8f0ced4cdf5a32118 Mon Sep 17 00:00:00 2001 From: tobid7 Date: Fri, 8 Mar 2024 17:02:02 +0100 Subject: [PATCH] use lower cmake --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 97b93e5..1d9628e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.22) +cmake_minimum_required(VERSION 3.18) project(bannertool)