From 977e7fb4f987f7d992b40d1b579f1a961cb27120 Mon Sep 17 00:00:00 2001 From: uvos Date: Wed, 21 Dec 2022 22:20:27 +0100 Subject: [PATCH] up cmake version to silence warning --- CMakeLists.txt | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index fad427c..c8a7a61 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,6 +1,4 @@ -cmake_minimum_required(VERSION 2.4) - - +cmake_minimum_required(VERSION 3.0) project(serialmultiplexer) set(SRC_FILES main.cpp serial_io.cpp Socket.cpp )