update gtest zip URL (#417)

This commit is contained in:
Kjell Hedström : Engineering Leadership 2021-11-16 10:11:37 -07:00 committed by GitHub
parent df1fd3a5c2
commit 9009e109e9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,7 +4,8 @@ project(googletest-download NONE)
include(ExternalProject) include(ExternalProject)
ExternalProject_Add(googletest 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" SOURCE_DIR "${CMAKE_BINARY_DIR}/googletest-src"
BINARY_DIR "${CMAKE_BINARY_DIR}/googletest-build" BINARY_DIR "${CMAKE_BINARY_DIR}/googletest-build"
CONFIGURE_COMMAND "" CONFIGURE_COMMAND ""