File tree Expand file tree Collapse file tree 14 files changed +27
-13
lines changed
analytics/integration_test
database/integration_test
dynamic_links/integration_test
integration_test_internal
functions/integration_test
installations/integration_test
messaging/integration_test
remote_config/integration_test Expand file tree Collapse file tree 14 files changed +27
-13
lines changed Original file line number Diff line number Diff line change 1313# limitations under the License.
1414
1515# Download GoogleTest from GitHub as an external project.
16+ # Pin to 1.11.0 because we touch internal GoogleTest structures that could change in the future.
1617
1718# This CMake file is taken from:
1819# https://github.com/google/googletest/blob/master/googletest/README.md#incorporating-into-an-existing-cmake-project
@@ -24,7 +25,7 @@ project(googletest-download NONE)
2425include (ExternalProject)
2526ExternalProject_Add(googletest
2627 GIT_REPOSITORY https://github.com/google/googletest.git
27- GIT_TAG master
28+ GIT_TAG "release-1.11.0"
2829 SOURCE_DIR "${CMAKE_CURRENT_BINARY_DIR} /src"
2930 BINARY_DIR "${CMAKE_CURRENT_BINARY_DIR} /build"
3031 CONFIGURE_COMMAND ""
Original file line number Diff line number Diff line change 1313# limitations under the License.
1414
1515# Download GoogleTest from GitHub as an external project.
16+ # Pin to 1.11.0 because we touch internal GoogleTest structures that could change in the future.
1617
1718# This CMake file is taken from:
1819# https://github.com/google/googletest/blob/master/googletest/README.md#incorporating-into-an-existing-cmake-project
@@ -24,7 +25,7 @@ project(googletest-download NONE)
2425include (ExternalProject)
2526ExternalProject_Add(googletest
2627 GIT_REPOSITORY https://github.com/google/googletest.git
27- GIT_TAG master
28+ GIT_TAG "release-1.11.0"
2829 SOURCE_DIR "${CMAKE_CURRENT_BINARY_DIR} /src"
2930 BINARY_DIR "${CMAKE_CURRENT_BINARY_DIR} /build"
3031 CONFIGURE_COMMAND ""
Original file line number Diff line number Diff line change 1313# limitations under the License.
1414
1515# Download GoogleTest from GitHub as an external project.
16+ # Pin to 1.11.0 because we touch internal GoogleTest structures that could change in the future.
1617
1718# This CMake file is taken from:
1819# https://github.com/google/googletest/blob/master/googletest/README.md#incorporating-into-an-existing-cmake-project
@@ -24,7 +25,7 @@ project(googletest-download NONE)
2425include (ExternalProject)
2526ExternalProject_Add(googletest
2627 GIT_REPOSITORY https://github.com/google/googletest.git
27- GIT_TAG master
28+ GIT_TAG "release-1.11.0"
2829 SOURCE_DIR "${CMAKE_CURRENT_BINARY_DIR} /src"
2930 BINARY_DIR "${CMAKE_CURRENT_BINARY_DIR} /build"
3031 CONFIGURE_COMMAND ""
Original file line number Diff line number Diff line change 1313# limitations under the License.
1414
1515# Download GoogleTest from GitHub as an external project.
16+ # Pin to 1.11.0 because we touch internal GoogleTest structures that could change in the future.
1617
1718# This CMake file is taken from:
1819# https://github.com/google/googletest/blob/master/googletest/README.md#incorporating-into-an-existing-cmake-project
@@ -24,7 +25,7 @@ project(googletest-download NONE)
2425include (ExternalProject)
2526ExternalProject_Add(googletest
2627 GIT_REPOSITORY https://github.com/google/googletest.git
27- GIT_TAG master
28+ GIT_TAG "release-1.11.0"
2829 SOURCE_DIR "${CMAKE_CURRENT_BINARY_DIR} /src"
2930 BINARY_DIR "${CMAKE_CURRENT_BINARY_DIR} /build"
3031 CONFIGURE_COMMAND ""
Original file line number Diff line number Diff line change 1313# limitations under the License.
1414
1515# Download GoogleTest from GitHub as an external project.
16+ # Pin to 1.11.0 because we touch internal GoogleTest structures that could change in the future.
1617
1718# This CMake file is taken from:
1819# https://github.com/google/googletest/blob/master/googletest/README.md#incorporating-into-an-existing-cmake-project
@@ -24,7 +25,7 @@ project(googletest-download NONE)
2425include (ExternalProject)
2526ExternalProject_Add(googletest
2627 GIT_REPOSITORY https://github.com/google/googletest.git
27- GIT_TAG master
28+ GIT_TAG "release-1.11.0"
2829 SOURCE_DIR "${CMAKE_CURRENT_BINARY_DIR} /src"
2930 BINARY_DIR "${CMAKE_CURRENT_BINARY_DIR} /build"
3031 CONFIGURE_COMMAND ""
Original file line number Diff line number Diff line change 1313# limitations under the License.
1414
1515# Download GoogleTest from GitHub as an external project.
16+ # Pin to 1.11.0 because we touch internal GoogleTest structures that could change in the future.
1617
1718# This CMake file is taken from:
1819# https://github.com/google/googletest/blob/master/googletest/README.md#incorporating-into-an-existing-cmake-project
@@ -24,7 +25,7 @@ project(googletest-download NONE)
2425include (ExternalProject)
2526ExternalProject_Add(googletest
2627 GIT_REPOSITORY https://github.com/google/googletest.git
27- GIT_TAG master
28+ GIT_TAG "release-1.11.0"
2829 SOURCE_DIR "${CMAKE_CURRENT_BINARY_DIR} /src"
2930 BINARY_DIR "${CMAKE_CURRENT_BINARY_DIR} /build"
3031 CONFIGURE_COMMAND ""
Original file line number Diff line number Diff line change 1313# limitations under the License.
1414
1515# Download GoogleTest from GitHub as an external project.
16+ # Pin to 1.11.0 because we touch internal GoogleTest structures that could change in the future.
1617
1718# This CMake file is taken from:
1819# https://github.com/google/googletest/blob/master/googletest/README.md#incorporating-into-an-existing-cmake-project
@@ -24,7 +25,7 @@ project(googletest-download NONE)
2425include (ExternalProject)
2526ExternalProject_Add(googletest
2627 GIT_REPOSITORY https://github.com/google/googletest.git
27- GIT_TAG master
28+ GIT_TAG "release-1.11.0"
2829 SOURCE_DIR "${CMAKE_CURRENT_BINARY_DIR} /src"
2930 BINARY_DIR "${CMAKE_CURRENT_BINARY_DIR} /build"
3031 CONFIGURE_COMMAND ""
Original file line number Diff line number Diff line change 1313# limitations under the License.
1414
1515# Download GoogleTest from GitHub as an external project.
16+ # Pin to 1.11.0 because we touch internal GoogleTest structures that could change in the future.
1617
1718# This CMake file is taken from:
1819# https://github.com/google/googletest/blob/master/googletest/README.md#incorporating-into-an-existing-cmake-project
@@ -24,7 +25,7 @@ project(googletest-download NONE)
2425include (ExternalProject)
2526ExternalProject_Add(googletest
2627 GIT_REPOSITORY https://github.com/google/googletest.git
27- GIT_TAG master
28+ GIT_TAG "release-1.11.0"
2829 SOURCE_DIR "${CMAKE_CURRENT_BINARY_DIR} /src"
2930 BINARY_DIR "${CMAKE_CURRENT_BINARY_DIR} /build"
3031 CONFIGURE_COMMAND ""
Original file line number Diff line number Diff line change 1313# limitations under the License.
1414
1515# Download GoogleTest from GitHub as an external project.
16+ # Pin to 1.11.0 because we touch internal GoogleTest structures that could change in the future.
1617
1718# This CMake file is taken from:
1819# https://github.com/google/googletest/blob/master/googletest/README.md#incorporating-into-an-existing-cmake-project
@@ -24,7 +25,7 @@ project(googletest-download NONE)
2425include (ExternalProject)
2526ExternalProject_Add(googletest
2627 GIT_REPOSITORY https://github.com/google/googletest.git
27- GIT_TAG master
28+ GIT_TAG "release-1.11.0"
2829 SOURCE_DIR "${CMAKE_CURRENT_BINARY_DIR} /src"
2930 BINARY_DIR "${CMAKE_CURRENT_BINARY_DIR} /build"
3031 CONFIGURE_COMMAND ""
Original file line number Diff line number Diff line change 1313# limitations under the License.
1414
1515# Download GoogleTest from GitHub as an external project.
16+ # Pin to 1.11.0 because we touch internal GoogleTest structures that could change in the future.
1617
1718# This CMake file is taken from:
1819# https://github.com/google/googletest/blob/master/googletest/README.md#incorporating-into-an-existing-cmake-project
@@ -24,7 +25,7 @@ project(googletest-download NONE)
2425include (ExternalProject)
2526ExternalProject_Add(googletest
2627 GIT_REPOSITORY https://github.com/google/googletest.git
27- GIT_TAG master
28+ GIT_TAG "release-1.11.0"
2829 SOURCE_DIR "${CMAKE_CURRENT_BINARY_DIR} /src"
2930 BINARY_DIR "${CMAKE_CURRENT_BINARY_DIR} /build"
3031 CONFIGURE_COMMAND ""
You can’t perform that action at this time.
0 commit comments