Skip to content

Commit 7ffd0d8

Browse files
committed
Up minimum cmake version to 3.5.
1 parent 9a0293e commit 7ffd0d8

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.1)
17+
cmake_minimum_required (VERSION 3.5)
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)