Skip to content

Commit

Permalink
Fix new branch for google test
Browse files Browse the repository at this point in the history
Signed-off-by: Bensuperpc <[email protected]>
  • Loading branch information
bensuperpc committed Nov 17, 2021
1 parent a0ce9c6 commit 70a75f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ if(NOT WIN32)
FetchContent_Declare(
googletest
GIT_REPOSITORY https://github.com/google/googletest.git
GIT_TAG master)
GIT_TAG main)

FetchContent_Declare(
googlebenchmark
Expand Down

0 comments on commit 70a75f2

Please sign in to comment.