Skip to content

Commit 25f12da

Browse files
authored
Upgrade cmake_minimum_required to align with LLVM release/15.x (#573)
Fix error `Compatibility with CMake < 3.5 has been removed from CMake.`
1 parent ab28a10 commit 25f12da

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.4.3)
1+
cmake_minimum_required(VERSION 3.13.4)
22

33
if(NOT DEFINED BASE_LLVM_VERSION)
44
set(BASE_LLVM_VERSION 14.0.0)

0 commit comments

Comments
 (0)