Skip to content

Commit 26cfa75

Browse files
Update CMake minimum version to 3.15
1 parent 95075dc commit 26cfa75

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
### Matplot++ ###
33
#######################################################
44
# Project information
5-
cmake_minimum_required(VERSION 3.14)
5+
cmake_minimum_required(VERSION 3.15)
66
project(Matplot++ VERSION 1.1.0)
77
set(MATPLOT_ROOT_DIR ${CMAKE_CURRENT_SOURCE_DIR})
88
set(MATPLOT_VERSION ${CMAKE_PROJECT_VERSION})

0 commit comments

Comments
 (0)