From aff90b09d9ee05b36c9d241991065864bb344dd7 Mon Sep 17 00:00:00 2001 From: mosfet80 <10235105+mosfet80@users.noreply.github.com> Date: Thu, 12 Jun 2025 20:52:32 +0200 Subject: [PATCH] Update CMakeLists.txt fix #100 Signed-off-by: Andrea --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index c9ec0d7..805153d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.0.2) +cmake_minimum_required(VERSION 3.20) project(console_bridge) set (CONSOLE_BRIDGE_MAJOR_VERSION 1)