From 2a39d0d3af2aace3a8f1c34210dced9fa582f987 Mon Sep 17 00:00:00 2001 From: Victor Cordeiro Costa Date: Wed, 30 Jul 2025 01:02:03 -0300 Subject: [PATCH] =?UTF-8?q?Update=20CMake=20minimum=20version:=202.8.12=20?= =?UTF-8?q?=E2=86=92=203.5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 558937f..c241793 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,7 +1,7 @@ ######################################################################## # Project setup ######################################################################## -cmake_minimum_required(VERSION 2.8.12) +cmake_minimum_required(VERSION 3.5) project(muparserx CXX) ########################################################################