From 2350bc442963ba9e4ddcf4e67ba1ff2c95d44635 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Martinez?= Date: Thu, 3 Apr 2025 10:04:18 +0200 Subject: [PATCH] Bump CMake min version to 3.5 In order to have CMake 4.0 working without option --- Project/CMake/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project/CMake/CMakeLists.txt b/Project/CMake/CMakeLists.txt index 35cfd10..667c51e 100644 --- a/Project/CMake/CMakeLists.txt +++ b/Project/CMake/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.1.0) +cmake_minimum_required(VERSION 3.5.0) project(ZenLib)