Skip to content

Commit

Permalink
Update CMake minimum version to 3.15
Browse files Browse the repository at this point in the history
  • Loading branch information
alandefreitas authored Jul 16, 2021
1 parent 95075dc commit 26cfa75
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
Expand Up @@ -2,7 +2,7 @@
### Matplot++ ###
#######################################################
# Project information
cmake_minimum_required(VERSION 3.14)
cmake_minimum_required(VERSION 3.15)
project(Matplot++ VERSION 1.1.0)
set(MATPLOT_ROOT_DIR ${CMAKE_CURRENT_SOURCE_DIR})
set(MATPLOT_VERSION ${CMAKE_PROJECT_VERSION})
Expand Down

0 comments on commit 26cfa75

Please sign in to comment.