[OpenMP][Libomptarget] Fix cmake error on remote plugin
authorAtmn Patel <atmndp@gmail.com>
Tue, 26 Jan 2021 20:56:48 +0000 (15:56 -0500)
committerAtmn Patel <atmndp@gmail.com>
Tue, 26 Jan 2021 21:00:40 +0000 (16:00 -0500)
Requiring 3.15 causes a build breakage, I'm sure none of the contents actually require
3.15 or above.

Differential Revision: https://reviews.llvm.org/D95474

openmp/libomptarget/plugins/remote/CMakeLists.txt

index c6e0775..1baa112 100644 (file)
@@ -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()