Skip to content

Commit 48f57a2

Browse files
committed
Update googletest submodule to v1.16.0
That's the last release compatible with C++14. This fixes some CMake warnings about gtest's minimum version being too old and about CMP0077.
1 parent da191b2 commit 48f57a2

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -844,6 +844,7 @@ endif()
844844

845845
if (BUILD_TESTS)
846846
set(BUILD_GMOCK ON)
847+
set(GTEST_HAS_ABSL OFF)
847848
set(INSTALL_GTEST OFF)
848849
set(gtest_force_shared_crt ON)
849850
add_subdirectory(${LIB_DIR}/googletest EXCLUDE_FROM_ALL)

libs/googletest

Submodule googletest updated 167 files

0 commit comments

Comments
 (0)