Skip to content

Commit cefebd1

Browse files
committed
fix: git url
1 parent 993674e commit cefebd1

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

tests/CMakeLists.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@ project(aws-lambda-runtime-tests LANGUAGES CXX)
33
# Fetch Google Test
44
include(FetchContent)
55
FetchContent_Declare(gtest
6-
GIT_REPOSITORY https://github.com/google/googletest.git
7-
GIT_TAG v1.16.0
6+
URL https://github.com/google/googletest/archive/refs/tags/v1.16.0.tar.gz
87
DOWNLOAD_EXTRACT_TIMESTAMP TRUE
98
)
109
# Configure build of googletest

0 commit comments

Comments
 (0)