Skip to content

Commit

Permalink
Try newer version of Gtest. Not building on Ubuntu any more?
Browse files Browse the repository at this point in the history
  • Loading branch information
codecop committed Jan 22, 2025
1 parent 900f1ac commit 8b52546
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cpp/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ include(FetchContent)
FetchContent_Declare(
googletest
GIT_REPOSITORY https://github.com/google/googletest.git
GIT_TAG release-1.10.0
GIT_TAG release-1.12.1
GIT_SHALLOW 1
)
FetchContent_MakeAvailable(googletest)
Expand Down

0 comments on commit 8b52546

Please sign in to comment.