From 0e1c85fbece09785f3f48a8fa09574e9fb939230 Mon Sep 17 00:00:00 2001 From: Martin Rotter Date: Sun, 3 Apr 2016 11:23:56 +0200 Subject: [PATCH] Lower cmake min version. --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 5f07f5c56..942271ea3 100755 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -93,7 +93,7 @@ if(POLICY CMP0054) cmake_policy(SET CMP0054 NEW) endif() -cmake_minimum_required(VERSION 3.4) +cmake_minimum_required(VERSION 2.8.11) message(STATUS "") message(STATUS "[${APP_LOW_NAME}] ==== Options summary ====")