You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by GitBox <gi...@apache.org> on 2022/05/10 10:10:02 UTC

[GitHub] [arrow] assignUser commented on pull request #13101: ARROW-16507: [CI][C++] Use system gtest with mamba/conda

assignUser commented on PR #13101:
URL: https://github.com/apache/arrow/pull/13101#issuecomment-1122192457

   In the Appveyor build cmake 3.17 is used, so `GTEST_USE_CONFIG` is set to `TRUE`. And as the conda package still has no Config.cmake the error occures. But as I understand the docs the [`FindGTest.cmake`](https://cmake.org/cmake/help/v3.0/module/FindGTest.html) has been available since cmake 3.0 so we could either set it to always be `FALSE` or not set it explicitly at all in which case it [would fallback](https://cmake.org/cmake/help/v3.17/command/find_package.html) to looing for `GTestConfig.cmake` if it was not able to locate Gtest via the bundled FindGtest. But I do not know if this might have unwanted repercussions on other builds. @kou ?


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org