[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 05:31:16 PDT 2021
JonChesterfield created this revision.
JonChesterfield added reviewers: jdoerfert, atmnpatel, gregrodgers.
Herald added a subscriber: mgorny.
JonChesterfield requested review of this revision.
Herald added a project: OpenMP.
Herald added a subscriber: openmp-commits.
LLVM docs at https://llvm.org/docs/CMake.html#quick-start state 3.13.4
Repository:
rG LLVM Github Monorepo
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.385043.patch
Type: text/x-patch
Size: 520 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/openmp-commits/attachments/20211105/fc560afa/attachment.bin>
More information about the Openmp-commits
mailing list