Skip to content

Commit f7a873d

Browse files
authored
[ocl-open-140] Update cmake_minimum_required VERSION to 3.13.4 (#578)
Align version with llvm release/14.x branch. Fix cmake configure error: `Compatibility with CMake < 3.5 has been removed from CMake.`
1 parent 6f1fec4 commit f7a873d

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)