Skip to content

Commit 986f691

Browse files
committed
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 <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 <[email protected]>
1 parent 5cfe9ce commit 986f691

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/googletest

Submodule googletest updated 282 files

0 commit comments

Comments
 (0)