Skip to content
This repository was archived by the owner on Jul 19, 2024. It is now read-only.

Commit 7495e15

Browse files
LucaGuerrapoiana
authored andcommitted
fix(build): set gtest tag instead of using main
Signed-off-by: Luca Guerra <[email protected]>
1 parent 5373eb1 commit 7495e15

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeListsGtestInclude.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ project(googletest-download NONE)
2121
include(ExternalProject)
2222
ExternalProject_Add(googletest
2323
GIT_REPOSITORY https://github.com/google/googletest.git
24-
GIT_TAG main
24+
GIT_TAG "release-1.12.1"
2525
SOURCE_DIR "${PROJECT_BINARY_DIR}/googletest-src"
2626
BINARY_DIR "${PROJECT_BINARY_DIR}/googletest-build"
2727
CONFIGURE_COMMAND ""

0 commit comments

Comments
 (0)