From ea1e8c0a4ad99929abdfa98f829c43e76c93323c Mon Sep 17 00:00:00 2001 From: Markus Mittendrein Date: Tue, 11 Jul 2023 23:21:26 +0200 Subject: Set minimum CMake version to 3.0 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index 51cef8d..575ace4 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 2.8.11) +cmake_minimum_required(VERSION 3.0) project(ProcessManager) add_executable(ProcessManager main.c) -- cgit v1.2.3-54-g00ecf