We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 473958a commit ce2b3adCopy full SHA for ce2b3ad
tests/CMakeLists.txt
@@ -5,7 +5,7 @@ project(aws-lambda-runtime-tests LANGUAGES CXX)
5
# We're using the latest supported version which supports C++11 (https://github.com/google/googletest/releases/tag/release-1.12.0)
6
include(FetchContent)
7
FetchContent_Declare(gtest
8
- URL https://codeload.github.com/google/googletest/tar.gz/refs/tags/v1.12.0
+ URL https://github.com/google/googletest/archive/v1.12.0.tar.gz
9
DOWNLOAD_EXTRACT_TIMESTAMP TRUE
10
)
11
# Configure build of googletest
0 commit comments