Skip to content

Commit 7502a10

Browse files
authored
Update CMakeLists.txt.in
1 parent 354ce5a commit 7502a10

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

homework/fibonacci/CMakeLists.txt.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ project(googletest-download NONE)
55
include(ExternalProject)
66
ExternalProject_Add(googletest
77
GIT_REPOSITORY https://github.com/google/googletest.git
8-
GIT_TAG master
8+
GIT_TAG main
99
SOURCE_DIR "${CMAKE_CURRENT_BINARY_DIR}/googletest-src"
1010
BINARY_DIR "${CMAKE_CURRENT_BINARY_DIR}/googletest-build"
1111
CONFIGURE_COMMAND ""

0 commit comments

Comments
 (0)