Skip to content

Commit 4b356f5

Browse files
DinoVmeta-codesync[bot]
authored andcommitted
Update googletest version and include gmock
Summary: D109363776 took a dependency on gmock - updates our build file to include gmock. Also we're using 1.17 internally so we may as well update from the ancient version we have. Reviewed By: yoney Differential Revision: D110920840 fbshipit-source-id: a60852cde6ca7364a36b7675a66dac7a8c450db8
1 parent dc100af commit 4b356f5

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

CMakeLists.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -482,7 +482,7 @@ if (BUILD_RUNTIME_TESTS)
482482
FetchContent_Declare(
483483
googletest
484484
GIT_REPOSITORY https://github.com/google/googletest
485-
GIT_TAG v1.15.2 # 2024-Jul-31
485+
GIT_TAG v1.17.0 # 2025-Apr-30
486486
)
487487
FetchContent_MakeAvailable(googletest)
488488

@@ -510,6 +510,7 @@ if (BUILD_RUNTIME_TESTS)
510510
cinderx-lib
511511
asmjit::asmjit fmt::fmt
512512
GTest::gtest
513+
GTest::gmock
513514
Python::Python
514515
)
515516

0 commit comments

Comments
 (0)