From 9009e109e9e09d516e09aedabf0296012f22a766 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kjell=20Hedstr=C3=B6m=20=3A=20Engineering=20Leadership?= Date: Tue, 16 Nov 2021 10:11:37 -0700 Subject: [PATCH] update gtest zip URL (#417) --- CMakeLists.txt.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CMakeLists.txt.in b/CMakeLists.txt.in index 4e93bdf..acd1f51 100644 --- a/CMakeLists.txt.in +++ b/CMakeLists.txt.in @@ -4,7 +4,8 @@ project(googletest-download NONE) include(ExternalProject) ExternalProject_Add(googletest - URL https://github.com/google/googletest/archive/master.zip + URL https://github.com/google/googletest/archive/refs/heads/main.zip + https://github.com/KjellKod/g3sinks/issues/117 SOURCE_DIR "${CMAKE_BINARY_DIR}/googletest-src" BINARY_DIR "${CMAKE_BINARY_DIR}/googletest-build" CONFIGURE_COMMAND ""