Skip to content

AT4-1148 update googletest for Cheetah

DevLumbaa requested to merge at4-1147-update-googletest-cheetah into dev

Update the thirdparty googletest package to a newer version. This is a part of the bigger drive to migrate the code to C++17.

  • The code changes included in this MR now allow the update of googletest based on the version number that is mentioned in googletest.cmake.
  • The googletest source code and libraries are not pushed to the repo anymore, they are fetched when the user runs cmake .... for the first time and are present for the subsequent runs unless deleted or changed.
  • Deprecated googletest function calls have been replaced by the newer, supported function calls.
  • Move the overload for std::ostream operator<< in the exporters namespace.

Merge request reports