googleapis / googleapis/cpp-bigquery-odbc
Fix clang-tidy build
Open
priority: p2
type: bug
- Dominant language
- C++
- Stars
- 5
- Forks
- 6
- Avg merge
- 8d 7h
- Merged PRs (30d)
- 12
Description
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.
Contributor guide
Assessment
This issue has not been assessed yet.