Skip to content

Commit 15722be

Browse files
authored
Update minimum CMake version to 3.10
1 parent 039134b commit 15722be

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
@@ -3,7 +3,7 @@
33
#
44
# Copyright (c) 2012 Louis Dionne
55
#
6-
cmake_minimum_required(VERSION 3.5)
6+
cmake_minimum_required(VERSION 3.10)
77

88
set (CMAKE_CXX_STANDARD 11) # for constexpr specifier and other goodies
99
set(CMAKE_CXX_STANDARD_REQUIRED True)

0 commit comments

Comments
 (0)