Skip to content

Commit 5715ced

Browse files
cdai2AlexeySotkin
authored andcommitted
Align minimum version of cmake with llvm
1 parent 912a9cc commit 5715ced

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,5 +1,5 @@
11
project( common_clang )
2-
cmake_minimum_required(VERSION 2.8.8)
2+
cmake_minimum_required(VERSION 3.4.3)
33

44
# Do not omit TARGET_OBJECTS expression from the SOURCES target
55
# property

0 commit comments

Comments
 (0)