From e3a304d2dfa978ba356d464bd149ec5047157e72 Mon Sep 17 00:00:00 2001 From: jmcarcell Date: Mon, 13 Jan 2025 08:48:40 +0100 Subject: [PATCH] Require a lower version of cmake since we don't use features from v3.27 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 6b011ec..c429fc6 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.27) +cmake_minimum_required(VERSION 3.25) project(k4GeneratorsConfig)