Skip to content

Commit

Permalink
Require >= CMake3.5 instead of 2.8
Browse files Browse the repository at this point in the history
Change-Id: I5e0045fad2ecc028c2dcb9fd78805dfb42a9e2ed
  • Loading branch information
Chris Freehill authored and Chris Freehill committed Dec 9, 2019
1 parent f1181e0 commit 2afaae2
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,7 +1,7 @@
#
# Minimum version of cmake required
#
cmake_minimum_required(VERSION 2.8.0)
cmake_minimum_required(VERSION 3.5.0)
include ( GNUInstallDirs )
#
# GCC 4.8 or higher compiler required.
Expand Down

0 comments on commit 2afaae2

Please sign in to comment.