Skip to content

Commit

Permalink
Merge pull request #25 from jschlenger/googleTestUpdate
Browse files Browse the repository at this point in the history
Update gtest
  • Loading branch information
jschlenger authored Dec 20, 2021
2 parents 9e89e5e + b96db31 commit 6385b98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion UnitTests/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
FetchContent_Declare(
dep_gtest
GIT_REPOSITORY https://github.com/google/googletest.git
GIT_TAG release-1.10.0
GIT_TAG release-1.11.0
)

FetchContent_GetProperties(dep_gtest)
Expand Down

0 comments on commit 6385b98

Please sign in to comment.