Skip to content

Commit

Permalink
[release] update gtest
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcelKoch committed Dec 5, 2024
1 parent f95fc48 commit 997f1a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion third_party/gtest/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 v1.14.0
GIT_TAG v1.15.2
)
# need to set the variables in CACHE due to CMP0077
set(gtest_disable_pthreads ON CACHE INTERNAL "")
Expand Down

0 comments on commit 997f1a0

Please sign in to comment.