Raise CMake min version.

This commit is contained in:
Martin Rotter 2016-03-22 13:47:55 +01:00
parent ee8dd96ddc
commit b871716d61

View File

@ -93,7 +93,7 @@ if(POLICY CMP0054)
cmake_policy(SET CMP0054 NEW)
endif()
cmake_minimum_required(VERSION 2.8.10)
cmake_minimum_required(VERSION 3.4)
message(STATUS "")
message(STATUS "[${APP_LOW_NAME}] ==== Options summary ====")