commit | afa1afd4108d973e059e5f5ad68cf01efe7985da | [log] [tgz] |
---|---|---|
author | Louis Dionne <[email protected]> | Wed Apr 22 15:15:05 2020 |
committer | Louis Dionne <[email protected]> | Wed Jul 22 18:25:07 2020 |
tree | 6af5fcdbb1803af3d4f0a5d6637a2a2e76d0c7de | |
parent | 3eec65782575a1284391e447142fd004dd5de4a9 [diff] [blame] |
[CMake] Bump CMake minimum version to 3.13.4 This upgrade should be friction-less because we've already been ensuring that CMake >= 3.13.4 is used. This is part of the effort discussed on llvm-dev here: http://lists.llvm.org/pipermail/llvm-dev/2020-April/140578.html Differential Revision: https://reviews.llvm.org/D78648
diff --git a/polly/CMakeLists.txt b/polly/CMakeLists.txt index 9939097..2e94512 100644 --- a/polly/CMakeLists.txt +++ b/polly/CMakeLists.txt
@@ -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 3.4.3) + cmake_minimum_required(VERSION 3.13.4) # Where is LLVM installed? find_package(LLVM CONFIG REQUIRED)