cmake minimum version to 2.8.11

This commit is contained in:
jingxiaobing 2018-03-28 15:40:00 +08:00
parent 3fbc75cd43
commit beea43cb84

View File

@ -22,7 +22,7 @@ PROJECT(cetus C)
SET(CMAKE_MODULE_PATH ${CMAKE_SOURCE_DIR}/cmake)
CMAKE_MINIMUM_REQUIRED(VERSION 2.6)
CMAKE_MINIMUM_REQUIRED(VERSION 2.8.11)
INCLUDE(CheckIncludeFiles)
INCLUDE(CheckFunctionExists)