File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -2,10 +2,10 @@ cmake_minimum_required(VERSION 3.11)
2
2
project (aws-lambda-runtime-tests LANGUAGES CXX )
3
3
4
4
# 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 )
6
6
include (FetchContent )
7
7
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
9
9
DOWNLOAD_EXTRACT_TIMESTAMP TRUE
10
10
)
11
11
# Configure build of googletest
You can’t perform that action at this time.
0 commit comments