From 9f70ff3de1a349c33ea0b192e64372dbf1a6be16 Mon Sep 17 00:00:00 2001 From: Bishwajyoti Chaudhary <141103570+gamenic-bishwajyoti@users.noreply.github.com> Date: Thu, 4 Jul 2024 09:55:22 +0545 Subject: [PATCH] Fixing cMake minimum version --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 194618cd77..b1b31c68ad 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -14,7 +14,7 @@ # Top level CMake file that defines the entire Firebase C++ SDK build. -cmake_minimum_required (VERSION 3.1) +cmake_minimum_required (VERSION 3.7) set (CMAKE_CXX_STANDARD 14) set (CMAKE_CXX_STANDARD_REQUIRED YES) # Don't fall back to an earlier version.