Skip to content

Commit

Permalink
test: update googletest from 1.12.1 to 1.14.0 (#330)
Browse files Browse the repository at this point in the history
  • Loading branch information
rjaegers authored Feb 28, 2024
1 parent 4a45cef commit 44cee05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/coverage/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ if (ENABLE_COVERAGE_TEST)

FetchContent_Declare(googletest
GIT_REPOSITORY https://github.com/google/googletest
GIT_TAG release-1.12.1
GIT_TAG v1.14.0
)

FetchContent_MakeAvailable(googletest)
Expand Down

0 comments on commit 44cee05

Please sign in to comment.