Skip to content

Commit

Permalink
use higher version of gtest in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
fangshuai03 committed Jan 19, 2024
1 parent 2e60286 commit 9ea64c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion c++/gtest_mini_project/tests/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
include(FetchContent)
FetchContent_Declare(
googletest
URL https://github.com/google/googletest/archive/release-1.10.0.zip
URL https://github.com/google/googletest/archive/release-1.11.0.zip
)
FetchContent_MakeAvailable(googletest)

Expand Down

0 comments on commit 9ea64c2

Please sign in to comment.