You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@arrow.apache.org by "Antoine Pitrou (Jira)" <ji...@apache.org> on 2020/06/23 09:38:00 UTC

[jira] [Commented] (ARROW-9212) [C++][Archery] "archery benchmark list" fails finding gbenchmark

    [ https://issues.apache.org/jira/browse/ARROW-9212?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17142795#comment-17142795 ] 

Antoine Pitrou commented on ARROW-9212:
---------------------------------------

Looks like it's enough to pass {{--cmake-extras="-Dbenchmark_SOURCE=BUNDLED"}}.

> [C++][Archery] "archery benchmark list" fails finding gbenchmark
> ----------------------------------------------------------------
>
>                 Key: ARROW-9212
>                 URL: https://issues.apache.org/jira/browse/ARROW-9212
>             Project: Apache Arrow
>          Issue Type: Bug
>          Components: Archery, C++
>            Reporter: Antoine Pitrou
>            Assignee: Antoine Pitrou
>            Priority: Major
>
> {code}
> CMake Error at cmake_modules/ThirdpartyToolchain.cmake:156 (find_package):
>   By not providing "Findbenchmark.cmake" in CMAKE_MODULE_PATH this project
>   has asked CMake to find a package configuration file provided by
>   "benchmark", but CMake did not find one.
>   Could not find a package configuration file provided by "benchmark" with
>   any of the following names:
>     benchmarkConfig.cmake
>     benchmark-config.cmake
>   Add the installation prefix of "benchmark" to CMAKE_PREFIX_PATH or set
>   "benchmark_DIR" to a directory containing one of the above files.  If
>   "benchmark" provides a separate development package or SDK, be sure it has
>   been installed.
> Call Stack (most recent call first):
>   cmake_modules/ThirdpartyToolchain.cmake:1682 (resolve_dependency)
>   CMakeLists.txt:463 (include)
> {code}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)