Skip to content

Commit

Permalink
test: update googletest to the latest released version (#608)
Browse files Browse the repository at this point in the history
  • Loading branch information
rjaegers authored Oct 21, 2024
1 parent 27c6b57 commit 866a1c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .devcontainer/cpp/test/test/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ include(FetchContent)

FetchContent_Declare(googletest
GIT_REPOSITORY https://github.com/google/googletest
GIT_TAG v1.14.0
GIT_TAG v1.15.2
)

if (ENABLE_COVERAGE_TEST)
Expand Down

0 comments on commit 866a1c9

Please sign in to comment.