Skip to content

Commit 810572c

Browse files
committed
[OpenMP][Libomptarget] Fix cmake error on remote plugin
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
1 parent da9a354 commit 810572c

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

openmp/libomptarget/plugins/remote/CMakeLists.txt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,6 @@
99
#
1010
##===----------------------------------------------------------------------===#
1111

12-
cmake_minimum_required(VERSION 3.15)
13-
1412
if (NOT(CMAKE_SYSTEM_NAME MATCHES "Linux"))
1513
libomptarget_say("Not building remote offloading plugin: only support Linux hosts.")
1614
return()

0 commit comments

Comments
 (0)