Update required version of cmake from 3.6 to 3.2

This commit is contained in:
Dawid Drozd 2017-08-15 20:40:39 +02:00
parent 2324408844
commit be3218aa33

View File

@ -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