From c483ec4283e094d1576606f727d5b19063ca631f Mon Sep 17 00:00:00 2001 From: Fabs Date: Fri, 3 Jan 2025 22:29:56 +0100 Subject: [PATCH] Update CMake minimum version Version 3.0 is deprecated. --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 7b7d8e4..7d1546e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.0 FATAL_ERROR) +cmake_minimum_required(VERSION 3.5 FATAL_ERROR) project(i3ipc++) option(I3IPCpp_WITH_TESTS "Build unit tests executables" OFF)