Skip to content

Commit 473958a

Browse files
committed
fix: update 1.12.0
1 parent 053c0fb commit 473958a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@ cmake_minimum_required(VERSION 3.11)
22
project(aws-lambda-runtime-tests LANGUAGES CXX)
33

44
# Fetch Google Test
5-
# We're using the latest supported version which supports C++11 (https://github.com/google/googletest/releases/tag/release-1.12.1)
5+
# We're using the latest supported version which supports C++11 (https://github.com/google/googletest/releases/tag/release-1.12.0)
66
include(FetchContent)
77
FetchContent_Declare(gtest
8-
URL https://github.com/google/googletest/archive/refs/tags/release-1.12.1.tar.gz
8+
URL https://codeload.github.com/google/googletest/tar.gz/refs/tags/v1.12.0
99
DOWNLOAD_EXTRACT_TIMESTAMP TRUE
1010
)
1111
# Configure build of googletest

0 commit comments

Comments
 (0)