[Openmp-commits] [PATCH] D113271: [libomptarget] Drop remote plugin cmake version requirement to match llvm
Jon Chesterfield via Phabricator via Openmp-commits
openmp-commits at lists.llvm.org
Fri Nov 5 10:34:54 PDT 2021
This revision was automatically updated to reflect the committed changes.
Closed by commit rG4f4c826e756b: [libomptarget] Drop remote plugin cmake version requirement to match llvm (authored by JonChesterfield).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D113271/new/
https://reviews.llvm.org/D113271
Files:
openmp/libomptarget/plugins/remote/src/CMakeLists.txt
Index: openmp/libomptarget/plugins/remote/src/CMakeLists.txt
===================================================================
--- openmp/libomptarget/plugins/remote/src/CMakeLists.txt
+++ openmp/libomptarget/plugins/remote/src/CMakeLists.txt
@@ -10,7 +10,7 @@
#
##===----------------------------------------------------------------------===##
-cmake_minimum_required(VERSION 3.15)
+cmake_minimum_required(VERSION 3.13.4)
# Define the suffix for the runtime messaging dumps.
add_definitions(-DTARGET_NAME=RPC)
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D113271.385120.patch
Type: text/x-patch
Size: 520 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/openmp-commits/attachments/20211105/c7a628da/attachment.bin>
More information about the Openmp-commits
mailing list