[libomptarget] Drop remote plugin cmake version requirement to match llvm
authorJon Chesterfield <jonathanchesterfield@gmail.com>
Fri, 5 Nov 2021 17:34:27 +0000 (17:34 +0000)
committerJon Chesterfield <jonathanchesterfield@gmail.com>
Fri, 5 Nov 2021 17:34:28 +0000 (17:34 +0000)
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

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

index de3177f..f688bdd 100644 (file)
@@ -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)