We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 993674e commit cefebd1Copy full SHA for cefebd1
1 file changed
tests/CMakeLists.txt
@@ -3,8 +3,7 @@ project(aws-lambda-runtime-tests LANGUAGES CXX)
3
# Fetch Google Test
4
include(FetchContent)
5
FetchContent_Declare(gtest
6
- GIT_REPOSITORY https://github.com/google/googletest.git
7
- GIT_TAG v1.16.0
+ URL https://github.com/google/googletest/archive/refs/tags/v1.16.0.tar.gz
8
DOWNLOAD_EXTRACT_TIMESTAMP TRUE
9
)
10
# Configure build of googletest
0 commit comments