Skip to content

Commit

Permalink
[cmake] Bump version compatibility
Browse files Browse the repository at this point in the history
CMake will remove compatibility with < 2.8.12 in some future version
and a warning is shown when building.
  • Loading branch information
thoni56 committed Mar 17, 2021
1 parent b1bf3c6 commit df0797e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Required cmake version
cmake_minimum_required(VERSION 2.8.5)
cmake_minimum_required(VERSION 2.8.12)

project(cgreen)

Expand Down

0 comments on commit df0797e

Please sign in to comment.