[Cmake] Bump required cmake version to 3.4.3.

This is currently the minimum required version by LLVM. Since LLVM is
needed to build Polly, we also require at least that version.

Suggested-by: Philip Pfaffe <philip.pfaffe@gmail.com>
llvm-svn: 295672
This commit is contained in:
Michael Kruse 2017-02-20 17:06:31 +00:00
parent 5ab24fdb73
commit d9cdeb453d

View File

@ -1,7 +1,7 @@
# Check if this is a in tree build.
if (NOT DEFINED LLVM_MAIN_SRC_DIR)
project(Polly)
cmake_minimum_required(VERSION 2.8)
cmake_minimum_required(VERSION 3.4.3)
# Where is LLVM installed?
set(LLVM_INSTALL_ROOT "" CACHE PATH "Root of LLVM install.")