You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by "zfoobar (via GitHub)" <gi...@apache.org> on 2023/04/10 06:40:05 UTC

[GitHub] [arrow] zfoobar commented on pull request #34997: GH-34995: [C++] Improve available GTest check for SYSTEM case

zfoobar commented on PR #34997:
URL: https://github.com/apache/arrow/pull/34997#issuecomment-1501460181

   Error raised:
   
   - Found GTest: /Users/zacharyfierstadt/miniconda3/envs/pyarrow-dev/lib/cmake/GTest/GTestConfig.cmake (found suitable version "1.13.0", minimum required is "1.10.0")  
   -- GTest can't be used with C++17. Use -DGTest_SOURCE=BUNDLED.
   CMake Error at /Users/zacharyfierstadt/miniconda3/envs/pyarrow-dev/share/cmake-3.26/Modules/FindPackageHandleStandardArgs.cmake:230 (message):
     Could NOT find GTestAlt (missing: GTestAlt_CXX_STANDARD_AVAILABLE)
     (Required is at least version "1.10.0")
   Call Stack (most recent call first):
     /Users/zacharyfierstadt/miniconda3/envs/pyarrow-dev/share/cmake-3.26/Modules/FindPackageHandleStandardArgs.cmake:600 (_FPHSA_FAILURE_MESSAGE)
     cmake_modules/FindGTestAlt.cmake:60 (find_package_handle_standard_args)
     cmake_modules/ThirdpartyToolchain.cmake:280 (find_package)
     cmake_modules/ThirdpartyToolchain.cmake:2218 (resolve_dependency)
     CMakeLists.txt:506 (include)
   


-- 
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