Our CMake examples that use GoogleTest vendor it into <example>/third_party/googletest/.
According to https://google.github.io/googletest/quickstart-cmake.html, the official recommendation is to use CMake's FetchContent to obtain it and use the GoogleTest module to set up tests. DEE should be set up to follow this, instead.
Our CMake examples that use GoogleTest vendor it into
<example>/third_party/googletest/.According to https://google.github.io/googletest/quickstart-cmake.html, the official recommendation is to use CMake's
FetchContentto obtain it and use theGoogleTestmodule to set up tests. DEE should be set up to follow this, instead.