[Openmp-commits] [PATCH] D95474: [OpenMP][Libomptarget] Fix cmake error on remote plugin

Atmn Patel via Phabricator via Openmp-commits openmp-commits at lists.llvm.org
Tue Jan 26 13:01:09 PST 2021


This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rG810572cc96e9: [OpenMP][Libomptarget] Fix cmake error on remote plugin (authored by adpatel6).

Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D95474/new/

https://reviews.llvm.org/D95474

Files:
  openmp/libomptarget/plugins/remote/CMakeLists.txt


Index: openmp/libomptarget/plugins/remote/CMakeLists.txt
===================================================================
--- openmp/libomptarget/plugins/remote/CMakeLists.txt
+++ openmp/libomptarget/plugins/remote/CMakeLists.txt
@@ -9,8 +9,6 @@
 #
 ##===----------------------------------------------------------------------===#
 
-cmake_minimum_required(VERSION 3.15)
-
 if (NOT(CMAKE_SYSTEM_NAME MATCHES "Linux"))
   libomptarget_say("Not building remote offloading plugin: only support Linux hosts.")
   return()


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D95474.319394.patch
Type: text/x-patch
Size: 520 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/openmp-commits/attachments/20210126/a3964737/attachment.bin>


More information about the Openmp-commits mailing list