Skip to content

Commit

Permalink
update gtest zip URL (#417)
Browse files Browse the repository at this point in the history
  • Loading branch information
Kjell Hedström : Engineering Leadership authored Nov 16, 2021
1 parent df1fd3a commit 9009e10
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion CMakeLists.txt.in
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ project(googletest-download NONE)

include(ExternalProject)
ExternalProject_Add(googletest
URL https://github.com/google/googletest/archive/master.zip
URL https://github.com/google/googletest/archive/refs/heads/main.zip
https://github.com/KjellKod/g3sinks/issues/117
SOURCE_DIR "${CMAKE_BINARY_DIR}/googletest-src"
BINARY_DIR "${CMAKE_BINARY_DIR}/googletest-build"
CONFIGURE_COMMAND ""
Expand Down

0 comments on commit 9009e10

Please sign in to comment.