Skip to content

Commit cc5738c

Browse files
authored
bumped minimum CMake version to 3.10 (#408)
1 parent aa3c4b6 commit cc5738c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
cmake_minimum_required (VERSION 3.5)
1+
cmake_minimum_required (VERSION 3.10)
22
project (simplecpp LANGUAGES CXX)
33

44
option(DISABLE_CPP03_SYNTAX_CHECK "Disable the C++03 syntax check." OFF)

0 commit comments

Comments
 (0)