Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
apacheGH-34995: [C++] Improve available GTest check for SYSTEM case (a…
…pache#34997) ### Rationale for this change The `GTest_SOURCE=AUTO` case worked without this but the `GTest_SOURCE=SYSTEM` case didn't. On conda environment, `SYSTEM` is used. So this is needed for conda environment. ### What changes are included in this PR? Raises an error in the `GTest_SOURCE=SYSTEM` case. ### Are these changes tested? Yes. ### Are there any user-facing changes? Yes. * Closes: apache#34995 Authored-by: Sutou Kouhei <kou@clear-code.com> Signed-off-by: Sutou Kouhei <kou@clear-code.com>
- Loading branch information