[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 12:59:44 PST 2021


atmnpatel created this revision.
atmnpatel added a reviewer: JonChesterfield.
Herald added subscribers: guansong, yaxunl, mgorny.
atmnpatel requested review of this revision.
Herald added a reviewer: jdoerfert.
Herald added subscribers: openmp-commits, sstefan1.
Herald added a project: OpenMP.

Requiring 3.15 causes a build breakage, I'm sure none of the contents actually require
3.15 or above.


Repository:
  rG LLVM Github Monorepo

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.319393.patch
Type: text/x-patch
Size: 520 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/openmp-commits/attachments/20210126/48700a41/attachment.bin>


More information about the Openmp-commits mailing list