diff options
author | Mark de Wever <koraq@xs4all.nl> | 2023-04-15 20:12:24 +0200 |
---|---|---|
committer | Mark de Wever <koraq@xs4all.nl> | 2023-04-15 20:12:24 +0200 |
commit | 44d38022ab29a3156349602733b3459df5beef93 (patch) | |
tree | f219c4e3a499bbb20e28c8047ba00e0e63220054 /openmp/libomptarget | |
parent | d3df7b1568e72b3f2e99b858f4457f2729368c15 (diff) | |
download | llvm-44d38022ab29a3156349602733b3459df5beef93.tar.gz |
Revert "Revert "Revert "[CMake] Bumps minimum version to 3.20.0."""
This reverts commit 1ef4c3c859728008cf707cad8d67f45ae5070ae1.
Two buildbots still haven't been updated.
Diffstat (limited to 'openmp/libomptarget')
-rw-r--r-- | openmp/libomptarget/plugins/remote/src/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openmp/libomptarget/plugins/remote/src/CMakeLists.txt b/openmp/libomptarget/plugins/remote/src/CMakeLists.txt index 8a16963c913a..6299fb38ee8b 100644 --- a/openmp/libomptarget/plugins/remote/src/CMakeLists.txt +++ b/openmp/libomptarget/plugins/remote/src/CMakeLists.txt @@ -10,7 +10,7 @@ # ##===----------------------------------------------------------------------===## -cmake_minimum_required(VERSION 3.20.0) +cmake_minimum_required(VERSION 3.13.4) # Define the suffix for the runtime messaging dumps. add_definitions(-DTARGET_NAME=RPC) |