Skip to content

Commit 4f9f95f

Browse files
authored
Upgrade cmake_minimum_required to 3.20.0 to align with llvm-project main branch (#574)
llvm-project already upgraded from 3.13.4 to 3.20.0 in LLVM 17.0.0
1 parent cbb558f commit 4f9f95f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
cmake_minimum_required(VERSION 3.13.4)
1+
cmake_minimum_required(VERSION 3.20.0)
22

33
if(NOT DEFINED OPENCL_CLANG_BUILD_EXTERNAL)
44
# check if we build inside llvm or not

0 commit comments

Comments
 (0)