Skip to content

Commit 4459abc

Browse files
authored
Fix: google test repo branch name
Google test has changed its default branch name from "master" to "main", while the latter is not the default option of `git`.
1 parent a931258 commit 4459abc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ include(FetchContent)
1414
FetchContent_Declare(
1515
googletest
1616
GIT_REPOSITORY https://github.com/google/googletest.git
17+
GIT_TAG "origin/main"
1718
)
1819
FetchContent_MakeAvailable(googletest)
1920
include_directories(${ABACUS_SOURCE_DIR})

0 commit comments

Comments
 (0)