mirror of
https://github.com/KjellKod/g3log.git
synced 2024-12-12 10:23:50 +01:00
update gtest zip URL (#417)
This commit is contained in:
parent
df1fd3a5c2
commit
9009e109e9
@ -4,7 +4,8 @@ project(googletest-download NONE)
|
|||||||
|
|
||||||
include(ExternalProject)
|
include(ExternalProject)
|
||||||
ExternalProject_Add(googletest
|
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"
|
SOURCE_DIR "${CMAKE_BINARY_DIR}/googletest-src"
|
||||||
BINARY_DIR "${CMAKE_BINARY_DIR}/googletest-build"
|
BINARY_DIR "${CMAKE_BINARY_DIR}/googletest-build"
|
||||||
CONFIGURE_COMMAND ""
|
CONFIGURE_COMMAND ""
|
||||||
|
Loading…
Reference in New Issue
Block a user