Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
Description
cmake -GNinja -DARROW_BUILD_BENCHMARKS=ON ..
failed with many boost related error, as below
CMake Error at cmake_modules/BuildUtils.cmake:522 (add_executable): Target "arrow-json-parser-benchmark" links to target "Boost::system" but the target was not found. Perhaps a find_package() call is missing for an IMPORTED target, or an ALIAS target is missing? Call Stack (most recent call first): src/arrow/CMakeLists.txt:114 (add_benchmark) src/arrow/json/CMakeLists.txt:28 (add_arrow_benchmark)
The error is gone if also build tests -DARROW_BUILD_TESTS=ON. Looks boost is not included when build benchmarks.
Attachments
Issue Links
- links to