Skip to content

Commit c0a0773

Browse files
committed
Revert "Up minimum cmake version to 3.5."
This reverts commit 7ffd0d8.
1 parent d69613a commit c0a0773

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
@@ -14,7 +14,7 @@
1414

1515
# Top level CMake file that defines the entire Firebase C++ SDK build.
1616

17-
cmake_minimum_required (VERSION 3.5)
17+
cmake_minimum_required (VERSION 3.1)
1818

1919
set (CMAKE_CXX_STANDARD 14)
2020
set (CMAKE_CXX_STANDARD_REQUIRED YES) # Don't fall back to an earlier version.

0 commit comments

Comments
 (0)