Skip to content

Commit

Permalink
CMake: Update gtest and googlebenchmark version
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin Blicha committed Nov 16, 2022
1 parent 29ad21f commit d07c43b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion benchmark/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ include(FetchContent)
FetchContent_Declare(
googlebenchmark
GIT_REPOSITORY https://github.com/google/benchmark.git
GIT_TAG v1.6.1
GIT_TAG v1.7.0
)

FetchContent_GetProperties(googlebenchmark)
Expand Down
2 changes: 1 addition & 1 deletion test/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ include(FetchContent)
FetchContent_Declare(
googletest
GIT_REPOSITORY https://github.com/google/googletest.git
GIT_TAG release-1.11.0
GIT_TAG release-1.12.1
)

FetchContent_GetProperties(googletest)
Expand Down

0 comments on commit d07c43b

Please sign in to comment.