From 89ea9d6ea62becde4bd443030d6b499c9132b6d0 Mon Sep 17 00:00:00 2001 From: Evy Garden <julian.storozhenko@tu-dortmund.de> Date: Sun, 10 Sep 2023 16:36:57 +0200 Subject: [PATCH] bumo cmake version --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 7fa65b1..4339177 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.0.0) +cmake_minimum_required(VERSION 3.16.0) project(bs-tutorial-ssh LANGUAGES C VERSION 1.0.0) add_executable(main -- GitLab