From be3218aa33d76f1bb822ed8654bb5deb26611c80 Mon Sep 17 00:00:00 2001 From: Dawid Drozd Date: Tue, 15 Aug 2017 20:40:39 +0200 Subject: [PATCH] Update required version of cmake from 3.6 to 3.2 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index a4c5dce..745f2a1 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,4 +1,4 @@ -CMAKE_MINIMUM_REQUIRED(VERSION 3.6 FATAL_ERROR) +CMAKE_MINIMUM_REQUIRED(VERSION 3.2 FATAL_ERROR) # BUILD_SHARED_LIBS can controll build type! PROJECT(EventBus