Skip to content

Commit

Permalink
Upgrade GoogleTest to 1.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sjanel committed Feb 24, 2023
1 parent 61fada4 commit 225566f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ if(CCT_ENABLE_TESTS)
FetchContent_Declare(
googletest
GIT_REPOSITORY https://github.com/google/googletest.git
GIT_TAG release-1.12.1
GIT_TAG release-1.13.0
)

FetchContent_MakeAvailable(googletest)
Expand Down

0 comments on commit 225566f

Please sign in to comment.