We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b72d74e commit 46b7cccCopy full SHA for 46b7ccc
1 file changed
unit_tests/unit_tests.cmake
@@ -16,7 +16,7 @@ endif()
16
FetchContent_Declare(
17
googletest
18
GIT_REPOSITORY https://github.com/google/googletest.git
19
- GIT_TAG v1.17.0
+ GIT_TAG release-1.12.1
20
CMAKE_ARGS -Dgtest_disable_pthreads=${DISABLE_GTEST_THREADS} -DGTEST_HAS_PTHREAD=${HAS_PTHREADS}
21
)
22
0 commit comments