Clang-tidy for our CI checks throws false positives because GTest is installed using FetchContent_Declare for cmake. To fix this, we need to use the library already built and installed from source.
Clang-tidy for our CI checks throws false positives because GTest is installed using FetchContent_Declare for cmake.
To fix this, we need to use the library already built and installed from source.