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 053c0fb commit 473958aCopy full SHA for 473958a
tests/CMakeLists.txt
@@ -2,10 +2,10 @@ cmake_minimum_required(VERSION 3.11)
2
project(aws-lambda-runtime-tests LANGUAGES CXX)
3
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)
+# 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://github.com/google/googletest/archive/refs/tags/release-1.12.1.tar.gz
+ URL https://codeload.github.com/google/googletest/tar.gz/refs/tags/v1.12.0
9
DOWNLOAD_EXTRACT_TIMESTAMP TRUE
10
)
11
# Configure build of googletest
0 commit comments