From 7178ce113c3f34fd8726411edb41fbf07c526e8c Mon Sep 17 00:00:00 2001 From: Pedro de Oliveira Date: Fri, 4 Aug 2023 21:08:11 +0100 Subject: [PATCH] Set the minimum required cmake version to 3.5. --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 601b92b..5849c13 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,4 +1,4 @@ -CMAKE_MINIMUM_REQUIRED(VERSION 2.6) +CMAKE_MINIMUM_REQUIRED(VERSION 3.5) PROJECT(FiSH-irssi C)