From 986f6918a752e74c735711bb2494c40f1b388014 Mon Sep 17 00:00:00 2001 From: Kefu Chai Date: Sun, 30 Mar 2025 10:31:21 +0800 Subject: [PATCH] googletest: pick up change to silence CMake warnings bump up googletest submodule to the latest stable release, in order to silence the warning from CMake: ``` CMake Deprecation Warning at src/googletest/CMakeLists.txt:4 (cmake_minimum_required): Compatibility with CMake < 3.10 will be removed from a future version of CMake. Update the VERSION argument value. Or, use the ... syntax to tell CMake that the project requires at least but has been updated to work with policies introduced by or earlier. CMake Deprecation Warning at src/googletest/googlemock/CMakeLists.txt:45 (cmake_minimum_required): Compatibility with CMake < 3.10 will be removed from a future version of CMake. Update the VERSION argument value. Or, use the ... syntax to tell CMake that the project requires at least but has been updated to work with policies introduced by or earlier. CMake Deprecation Warning at src/googletest/googletest/CMakeLists.txt:56 (cmake_minimum_required): Compatibility with CMake < 3.10 will be removed from a future version of CMake. Update the VERSION argument value. Or, use the ... syntax to tell CMake that the project requires at least but has been updated to work with policies introduced by or earlier. ``` Signed-off-by: Kefu Chai --- src/googletest | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/googletest b/src/googletest index 389cb68b87193..6910c9d916580 160000 --- a/src/googletest +++ b/src/googletest @@ -1 +1 @@ -Subproject commit 389cb68b87193358358ae87cc56d257fd0d80189 +Subproject commit 6910c9d9165801d8827d628cb72eb7ea9dd538c5 -- 2.39.5