Skip to content

Commit 22150c4

Browse files
authored
Update googletest version up to v1.17.0 (#6830)
To resolve the following warning: ```bash CMake Deprecation Warning at build/cmake.linux-x86_64-cpython-3.10/_deps/googletest-src/CMakeLists.txt:4 (cmake_minimum_required): Compatibility with CMake < 3.10 will be removed from a future version of CMake. Update the VERSION argument <min> value. Or, use the <min>...<max> syntax to tell CMake that the project requires at least <min> but has been updated to work with policies introduced by <max> or earlier. ``` https://github.com/google/googletest/releases/tag/v1.17.0
1 parent f29fe1c commit 22150c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

unittest/googletest.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ endif()
99
FetchContent_Declare(
1010
googletest
1111
GIT_REPOSITORY https://github.com/google/googletest.git
12-
GIT_TAG release-1.12.1
12+
GIT_TAG v1.17.0
1313
)
1414

1515
FetchContent_GetProperties(googletest)

0 commit comments

Comments
 (0)