Skip to content

Commit 46b7ccc

Browse files
author
zhangjipeng
committed
fix gtest build
1 parent b72d74e commit 46b7ccc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

unit_tests/unit_tests.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ endif()
1616
FetchContent_Declare(
1717
googletest
1818
GIT_REPOSITORY https://github.com/google/googletest.git
19-
GIT_TAG v1.17.0
19+
GIT_TAG release-1.12.1
2020
CMAKE_ARGS -Dgtest_disable_pthreads=${DISABLE_GTEST_THREADS} -DGTEST_HAS_PTHREAD=${HAS_PTHREADS}
2121
)
2222

0 commit comments

Comments
 (0)