mirror of
https://github.com/pine64/blisp.git
synced 2026-09-18 16:11:30 +00:00
Update googletest
This commit is contained in:
@@ -7,7 +7,7 @@ include(FetchContent)
|
|||||||
FetchContent_Declare(
|
FetchContent_Declare(
|
||||||
googletest
|
googletest
|
||||||
GIT_REPOSITORY https://github.com/google/googletest.git
|
GIT_REPOSITORY https://github.com/google/googletest.git
|
||||||
GIT_TAG release-1.11.0
|
GIT_TAG v1.17.0
|
||||||
)
|
)
|
||||||
FetchContent_MakeAvailable(googletest)
|
FetchContent_MakeAvailable(googletest)
|
||||||
add_library(GTest::GTest INTERFACE IMPORTED)
|
add_library(GTest::GTest INTERFACE IMPORTED)
|
||||||
|
|||||||
@@ -7,7 +7,7 @@ include(FetchContent)
|
|||||||
FetchContent_Declare(
|
FetchContent_Declare(
|
||||||
googletest
|
googletest
|
||||||
GIT_REPOSITORY https://github.com/google/googletest.git
|
GIT_REPOSITORY https://github.com/google/googletest.git
|
||||||
GIT_TAG release-1.11.0
|
GIT_TAG v1.17.0
|
||||||
)
|
)
|
||||||
FetchContent_MakeAvailable(googletest)
|
FetchContent_MakeAvailable(googletest)
|
||||||
add_library(GTest::GTest INTERFACE IMPORTED)
|
add_library(GTest::GTest INTERFACE IMPORTED)
|
||||||
|
|||||||
Reference in New Issue
Block a user