From b01e54ab9de15d75222359191a550134491e9a7b Mon Sep 17 00:00:00 2001 From: Hostile Date: Fri, 7 Oct 2022 05:06:56 +0000 Subject: [PATCH] gix woke github issue --- common/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/CMakeLists.txt b/common/CMakeLists.txt index 18dc8762f..a26640790 100644 --- a/common/CMakeLists.txt +++ b/common/CMakeLists.txt @@ -27,7 +27,7 @@ endif() include(DownloadProject.cmake) download_project(PROJ googletest GIT_REPOSITORY https://github.com/google/googletest.git - GIT_TAG master + GIT_TAG main ${UPDATE_DISCONNECTED_IF_AVAILABLE} QUIET )