From d0a6188e60468616266003dbee00c32f8a57eefd Mon Sep 17 00:00:00 2001 From: Subindev <36504048+subindevs@users.noreply.github.com> Date: Fri, 10 Dec 2021 11:11:09 +0000 Subject: [PATCH] Update CMakeList googletest branch https://github.com/google/googletest.git branch master is replaced with main --- unit_tests/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/unit_tests/CMakeLists.txt b/unit_tests/CMakeLists.txt index 36ca154..2db8e15 100644 --- a/unit_tests/CMakeLists.txt +++ b/unit_tests/CMakeLists.txt @@ -9,7 +9,7 @@ set(UPDATE_DISCONNECTED_IF_AVAILABLE "UPDATE_DISCONNECTED 1") include(DownloadProject) download_project(PROJ googletest GIT_REPOSITORY https://github.com/google/googletest.git - GIT_TAG master + GIT_TAG main ${UPDATE_DISCONNECTED_IF_AVAILABLE} )