Skip to content

Commit f027a49

Browse files
committed
Update cmake version.
1 parent 7ffd0d8 commit f027a49

File tree

17 files changed

+17
-17
lines changed

17 files changed

+17
-17
lines changed

analytics/integration_test/googletest.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
# This CMake file is taken from:
1919
# https://github.com/google/googletest/blob/master/googletest/README.md#incorporating-into-an-existing-cmake-project
2020

21-
cmake_minimum_required(VERSION 2.8.2)
21+
cmake_minimum_required(VERSION 3.5)
2222

2323
project(googletest-download NONE)
2424

app/integration_test/googletest.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
# This CMake file is taken from:
1919
# https://github.com/google/googletest/blob/master/googletest/README.md#incorporating-into-an-existing-cmake-project
2020

21-
cmake_minimum_required(VERSION 2.8.2)
21+
cmake_minimum_required(VERSION 3.5)
2222

2323
project(googletest-download NONE)
2424

app_check/integration_test/googletest.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
# This CMake file is taken from:
1919
# https://github.com/google/googletest/blob/master/googletest/README.md#incorporating-into-an-existing-cmake-project
2020

21-
cmake_minimum_required(VERSION 2.8.2)
21+
cmake_minimum_required(VERSION 3.5)
2222

2323
project(googletest-download NONE)
2424

auth/integration_test/googletest.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
# This CMake file is taken from:
1919
# https://github.com/google/googletest/blob/master/googletest/README.md#incorporating-into-an-existing-cmake-project
2020

21-
cmake_minimum_required(VERSION 2.8.2)
21+
cmake_minimum_required(VERSION 3.5)
2222

2323
project(googletest-download NONE)
2424

cmake/external/firebase_ios_sdk.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ if(TARGET firebase_ios_sdk OR NOT DOWNLOAD_FIREBASE_IOS_SDK)
1818
return()
1919
endif()
2020

21-
cmake_minimum_required(VERSION 3.0)
21+
cmake_minimum_required(VERSION 3.5)
2222

2323
set(SDK_VERSION "6.14.0")
2424

cmake/toolchains/apple.toolchain.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@
142142
# command.
143143
#
144144

145-
cmake_minimum_required(VERSION 3.8.0)
145+
cmake_minimum_required(VERSION 3.5)
146146

147147
# CMake invokes the toolchain file twice during the first build, but only once during subsequent rebuilds.
148148
if(IOS_TOOLCHAIN_HAS_RUN)

database/integration_test/googletest.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
# This CMake file is taken from:
1919
# https://github.com/google/googletest/blob/master/googletest/README.md#incorporating-into-an-existing-cmake-project
2020

21-
cmake_minimum_required(VERSION 2.8.2)
21+
cmake_minimum_required(VERSION 3.5)
2222

2323
project(googletest-download NONE)
2424

dynamic_links/integration_test/googletest.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
# This CMake file is taken from:
1919
# https://github.com/google/googletest/blob/master/googletest/README.md#incorporating-into-an-existing-cmake-project
2020

21-
cmake_minimum_required(VERSION 2.8.2)
21+
cmake_minimum_required(VERSION 3.5)
2222

2323
project(googletest-download NONE)
2424

firestore/integration_test/googletest.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
# This CMake file is taken from:
1919
# https://github.com/google/googletest/blob/master/googletest/README.md#incorporating-into-an-existing-cmake-project
2020

21-
cmake_minimum_required(VERSION 2.8.2)
21+
cmake_minimum_required(VERSION 3.5)
2222

2323
project(googletest-download NONE)
2424

firestore/integration_test_internal/abseil-cpp.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
cmake_minimum_required(VERSION 2.8)
15+
cmake_minimum_required(VERSION 3.5)
1616
include(ExternalProject)
1717

1818
set(version 20200225)

firestore/integration_test_internal/googletest.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
# This CMake file is taken from:
1919
# https://github.com/google/googletest/blob/master/googletest/README.md#incorporating-into-an-existing-cmake-project
2020

21-
cmake_minimum_required(VERSION 2.8.2)
21+
cmake_minimum_required(VERSION 3.5)
2222

2323
project(googletest-download NONE)
2424

functions/integration_test/googletest.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
# This CMake file is taken from:
1919
# https://github.com/google/googletest/blob/master/googletest/README.md#incorporating-into-an-existing-cmake-project
2020

21-
cmake_minimum_required(VERSION 2.8.2)
21+
cmake_minimum_required(VERSION 3.5)
2222

2323
project(googletest-download NONE)
2424

gma/integration_test/googletest.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
# This CMake file is taken from:
1919
# https://github.com/google/googletest/blob/master/googletest/README.md#incorporating-into-an-existing-cmake-project
2020

21-
cmake_minimum_required(VERSION 2.8.2)
21+
cmake_minimum_required(VERSION 3.5)
2222

2323
project(googletest-download NONE)
2424

installations/integration_test/googletest.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
# This CMake file is taken from:
1919
# https://github.com/google/googletest/blob/master/googletest/README.md#incorporating-into-an-existing-cmake-project
2020

21-
cmake_minimum_required(VERSION 2.8.2)
21+
cmake_minimum_required(VERSION 3.5)
2222

2323
project(googletest-download NONE)
2424

messaging/integration_test/googletest.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
# This CMake file is taken from:
1919
# https://github.com/google/googletest/blob/master/googletest/README.md#incorporating-into-an-existing-cmake-project
2020

21-
cmake_minimum_required(VERSION 2.8.2)
21+
cmake_minimum_required(VERSION 3.5)
2222

2323
project(googletest-download NONE)
2424

remote_config/integration_test/googletest.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
# This CMake file is taken from:
1919
# https://github.com/google/googletest/blob/master/googletest/README.md#incorporating-into-an-existing-cmake-project
2020

21-
cmake_minimum_required(VERSION 2.8.2)
21+
cmake_minimum_required(VERSION 3.5)
2222

2323
project(googletest-download NONE)
2424

storage/integration_test/googletest.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
# This CMake file is taken from:
1919
# https://github.com/google/googletest/blob/master/googletest/README.md#incorporating-into-an-existing-cmake-project
2020

21-
cmake_minimum_required(VERSION 2.8.2)
21+
cmake_minimum_required(VERSION 3.5)
2222

2323
project(googletest-download NONE)
2424

0 commit comments

Comments
 (0)