Skip to content

Commit 8740688

Browse files
committed
[CMake] Bump CMake version required 3.14 -> 3.20
This matches the required version for llvm-project.
1 parent fcd3693 commit 8740688

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# See LICENSE.TXT
44
# SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
55

6-
cmake_minimum_required(VERSION 3.14.0 FATAL_ERROR)
6+
cmake_minimum_required(VERSION 3.20.0 FATAL_ERROR)
77
project(unified-runtime VERSION 0.9.0)
88

99
include(GNUInstallDirs)

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ for more detailed instructions on the correct setup.
8787

8888
Required packages:
8989
- C++ compiler with C++17 support
90-
- [CMake](https://cmake.org/) >= 3.14.0
90+
- [CMake](https://cmake.org/) >= 3.20.0
9191
- Python v3.6.6 or later
9292

9393
### Windows

0 commit comments

Comments
 (0)