From 2afaae2fbe61ea0bcd6735ba5ae3c9b42864f5f7 Mon Sep 17 00:00:00 2001 From: Chris Freehill Date: Mon, 9 Dec 2019 11:57:09 -0600 Subject: [PATCH] Require >= CMake3.5 instead of 2.8 Change-Id: I5e0045fad2ecc028c2dcb9fd78805dfb42a9e2ed --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index ce08409c3f..23911c0f4a 100755 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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.