Skip to content

Commit 4598b9e

Browse files
committed
[cmake] Require cmake version 3.4.3 instead of 2.8.12.
This matches upstream LLVM's requirements allowing us to cherry-pick functionality from LLVM easily and more importantly integrate with LLVM's dependency tracking.
1 parent ffcafd7 commit 4598b9e

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 2.8.12)
1+
cmake_minimum_required(VERSION 3.4.3)
22

33
if(POLICY CMP0051)
44
cmake_policy(SET CMP0051 NEW)

0 commit comments

Comments
 (0)