We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fcd3693 commit 8740688Copy full SHA for 8740688
CMakeLists.txt
@@ -3,7 +3,7 @@
3
# See LICENSE.TXT
4
# SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
5
6
-cmake_minimum_required(VERSION 3.14.0 FATAL_ERROR)
+cmake_minimum_required(VERSION 3.20.0 FATAL_ERROR)
7
project(unified-runtime VERSION 0.9.0)
8
9
include(GNUInstallDirs)
README.md
@@ -87,7 +87,7 @@ for more detailed instructions on the correct setup.
87
88
Required packages:
89
- C++ compiler with C++17 support
90
-- [CMake](https://cmake.org/) >= 3.14.0
+- [CMake](https://cmake.org/) >= 3.20.0
91
- Python v3.6.6 or later
92
93
### Windows
0 commit comments