From b6d3261413e8d33c63bb66e70f03fc638218aa87 Mon Sep 17 00:00:00 2001 From: Luis Antonio Obis Aparicio Date: Fri, 16 Aug 2024 20:48:39 +0200 Subject: [PATCH] lower min cmake even more --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 6a1d2b9..b18a7d8 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.18) +cmake_minimum_required(VERSION 3.17) project(mclient LANGUAGES CXX)