Skip to content

Commit

Permalink
cmake: Update gtest version.
Browse files Browse the repository at this point in the history
  • Loading branch information
fweig committed Oct 29, 2024
1 parent c2ce15c commit 949703b
Showing 1 changed file with 1 addition and 1 deletion.
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 4ec4cd23f486bf70efcc5d2caa40f24368f752e3
GIT_TAG v1.15.2
)
FetchContent_GetProperties(googletest)
if(NOT googletest_POPULATED)
Expand Down

0 comments on commit 949703b

Please sign in to comment.