From 65b0c339f5fe678375a878be7b656780fa721f28 Mon Sep 17 00:00:00 2001 From: Trung Tran Date: Tue, 12 Jun 2018 08:34:53 -0700 Subject: cmake: change minimium cmake version support to 2.8.2 --- host/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/host/CMakeLists.txt b/host/CMakeLists.txt index 226cc698e..0ad1df732 100644 --- a/host/CMakeLists.txt +++ b/host/CMakeLists.txt @@ -13,7 +13,7 @@ ######################################################################## # Project setup ######################################################################## -CMAKE_MINIMUM_REQUIRED(VERSION 2.8) +CMAKE_MINIMUM_REQUIRED(VERSION 2.8.2) IF(POLICY CMP0048) CMAKE_POLICY(SET CMP0048 NEW) # Suppress Version warnings ENDIF(POLICY CMP0048) -- cgit v1.2.3