From 483b795fc493ff84079d6b820f40373210649c69 Mon Sep 17 00:00:00 2001 From: Paul Broadhead Date: Fri, 15 Nov 2024 16:33:24 +0000 Subject: [PATCH] Update min cmake version. --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index fe8fd1d48..d0c530a62 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -24,7 +24,7 @@ # cmake -DLOCAL_NLOHMANN_JSON=On ../Eternal-Lands/ -DIconv_LIBRARIES="-L/usr/local/lib -liconv" # -cmake_minimum_required(VERSION 3.5.0) +cmake_minimum_required(VERSION 3.18) project (Eternal-Lands)