Skip to content

Commit 104d91a

Browse files
Merge pull request #2431 from scribam/cmake-minimum-required
Bump to CMake 3.10
2 parents 6173e24 + 82331a2 commit 104d91a

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
@@ -19,7 +19,7 @@
1919
# 2. The MIT License, found at <http://opensource.org/licenses/MIT>.
2020
#
2121

22-
cmake_minimum_required(VERSION 3.6)
22+
cmake_minimum_required(VERSION 3.10)
2323
set(CMAKE_CXX_STANDARD 11)
2424
set(CMAKE_CXX_EXTENSIONS OFF)
2525

0 commit comments

Comments
 (0)