Skip to content

Commit

Permalink
Freeze gtest version
Browse files Browse the repository at this point in the history
  • Loading branch information
Robert108 committed Mar 22, 2024
1 parent 846f749 commit 9f171df
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 @@ -13,7 +13,7 @@ execute_process(
)
FetchContent_Declare(googletest
GIT_REPOSITORY https://github.com/google/googletest.git
GIT_TAG main
GIT_TAG release-1.11.0
)
FetchContent_MakeAvailable(googletest)

Expand Down

0 comments on commit 9f171df

Please sign in to comment.