Skip to content

Commit

Permalink
Merge pull request #127 from nalinigans/master
Browse files Browse the repository at this point in the history
Move to 3.17 as cmake is dropping compatibility for <3.5 versions
  • Loading branch information
beltoforion committed Dec 18, 2023
2 parents 9074157 + 2dd628d commit e9d421d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
########################################################################
# Project setup
########################################################################
cmake_minimum_required(VERSION 3.3)
cmake_minimum_required(VERSION 3.17)
project(muparserx CXX)

########################################################################
Expand Down

0 comments on commit e9d421d

Please sign in to comment.