From c605872591d542e1630e3fcc4b292d8a0702acd2 Mon Sep 17 00:00:00 2001 From: Nalini Ganapati Date: Mon, 18 Dec 2023 11:46:35 -0800 Subject: [PATCH] Move to 3.17 as cmake is dropping compatibility for <3.5 versions --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 2d43781..00156e9 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,7 +1,7 @@ ######################################################################## # Project setup ######################################################################## -cmake_minimum_required(VERSION 3.3) +cmake_minimum_required(VERSION 3.17) project(muparserx CXX) ########################################################################