Skip to content

Commit df0797e

Browse files
committed
[cmake] Bump version compatibility
CMake will remove compatibility with < 2.8.12 in some future version and a warning is shown when building.
1 parent b1bf3c6 commit df0797e

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,5 +1,5 @@
11
# Required cmake version
2-
cmake_minimum_required(VERSION 2.8.5)
2+
cmake_minimum_required(VERSION 2.8.12)
33

44
project(cgreen)
55

0 commit comments

Comments
 (0)