]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commitdiff
googletest: pick up change to silence CMake warnings
authorKefu Chai <tchaikov@gmail.com>
Sun, 30 Mar 2025 02:31:21 +0000 (10:31 +0800)
committerKefu Chai <tchaikov@gmail.com>
Sun, 30 Mar 2025 03:31:40 +0000 (11:31 +0800)
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 <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.

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 <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.

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 <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.
```

Signed-off-by: Kefu Chai <tchaikov@gmail.com>
src/googletest

index 389cb68b87193358358ae87cc56d257fd0d80189..6910c9d9165801d8827d628cb72eb7ea9dd538c5 160000 (submodule)
@@ -1 +1 @@
-Subproject commit 389cb68b87193358358ae87cc56d257fd0d80189
+Subproject commit 6910c9d9165801d8827d628cb72eb7ea9dd538c5