Commits


Sutou Kouhei authored and GitHub committed 716b3b2c9a2
GH-33796: [C++] Fix wrong arrow-testing.pc config with system GoogleTest (#33812) ### Rationale for this change Empty `-I` in `Cflags:` generates an invalid build command line. ### What changes are included in this PR? Add `Requires: gtest` if `gtest.pc` exists. Add `Cflags: -I...` and `Libs: /.../libgtest.a` if `gtest.pc` doesn't exist. Bundled GoogleTest isn't supported yet. ### Are these changes tested? Yes. ### Are there any user-facing changes? Yes. * Closes: #33796 Authored-by: Sutou Kouhei <kou@clear-code.com> Signed-off-by: Sutou Kouhei <kou@clear-code.com>