Skip to content

Commit b7313d2

Browse files
committed
Revert "[cmake] Require cmake version 3.4.3 instead of 2.8.12."
This reverts commit 4598b9e. I am investigating a test failure.
1 parent 4598b9e commit b7313d2

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 2.8.12)
22

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

0 commit comments

Comments
 (0)