[Openmp-commits] [openmp] 4f4c826 - [libomptarget] Drop remote plugin cmake version requirement to match llvm

Jon Chesterfield via Openmp-commits openmp-commits at lists.llvm.org
Fri Nov 5 10:34:46 PDT 2021


Author: Jon Chesterfield
Date: 2021-11-05T17:34:28Z
New Revision: 4f4c826e756b84cf494ff570b6ba048b37e11713

URL: https://github.com/llvm/llvm-project/commit/4f4c826e756b84cf494ff570b6ba048b37e11713
DIFF: https://github.com/llvm/llvm-project/commit/4f4c826e756b84cf494ff570b6ba048b37e11713.diff

LOG: [libomptarget] Drop remote plugin cmake version requirement to match llvm

LLVM docs at https://llvm.org/docs/CMake.html#quick-start state 3.13.4

Reviewed By: atmnpatel

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

Added: 
    

Modified: 
    openmp/libomptarget/plugins/remote/src/CMakeLists.txt

Removed: 
    


################################################################################
diff  --git a/openmp/libomptarget/plugins/remote/src/CMakeLists.txt b/openmp/libomptarget/plugins/remote/src/CMakeLists.txt
index de3177ffedca4..f688bddc55271 100644
--- a/openmp/libomptarget/plugins/remote/src/CMakeLists.txt
+++ b/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)


        


More information about the Openmp-commits mailing list