We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a9d27ef commit e598bdbCopy full SHA for e598bdb
tools/blisp/src/file_parsers/dfu/tests/CMakeLists.txt
@@ -7,7 +7,7 @@ include(FetchContent)
7
FetchContent_Declare(
8
googletest
9
GIT_REPOSITORY https://github.com/google/googletest.git
10
- GIT_TAG release-1.11.0
+ GIT_TAG v1.17.0
11
)
12
FetchContent_MakeAvailable(googletest)
13
add_library(GTest::GTest INTERFACE IMPORTED)
tools/blisp/src/file_parsers/hex/tests/CMakeLists.txt
0 commit comments