Skip to content

Commit ce2b3ad

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ project(aws-lambda-runtime-tests LANGUAGES CXX)
55
# 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://codeload.github.com/google/googletest/tar.gz/refs/tags/v1.12.0
8+
URL https://github.com/google/googletest/archive/v1.12.0.tar.gz
99
DOWNLOAD_EXTRACT_TIMESTAMP TRUE
1010
)
1111
# Configure build of googletest

0 commit comments

Comments
 (0)