Skip to content

Commit e598bdb

Browse files
committed
Update googletest
1 parent a9d27ef commit e598bdb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tools/blisp/src/file_parsers/dfu/tests/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ include(FetchContent)
77
FetchContent_Declare(
88
googletest
99
GIT_REPOSITORY https://github.com/google/googletest.git
10-
GIT_TAG release-1.11.0
10+
GIT_TAG v1.17.0
1111
)
1212
FetchContent_MakeAvailable(googletest)
1313
add_library(GTest::GTest INTERFACE IMPORTED)

tools/blisp/src/file_parsers/hex/tests/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ include(FetchContent)
77
FetchContent_Declare(
88
googletest
99
GIT_REPOSITORY https://github.com/google/googletest.git
10-
GIT_TAG release-1.11.0
10+
GIT_TAG v1.17.0
1111
)
1212
FetchContent_MakeAvailable(googletest)
1313
add_library(GTest::GTest INTERFACE IMPORTED)

0 commit comments

Comments
 (0)