-
Notifications
You must be signed in to change notification settings - Fork 4k
Open
Labels
Description
I'm unable to use the pre-built c++ arrow libraries with a project using a CMakeList.txt containing
find_package(Arrow REQUIRED)
Giving the following error
CMake Error at /usr/share/cmake-3.16/Modules/FindPackageHandleStandardArgs.cmake:146 (message):
Could NOT find zstd (missing: ZSTD_LIB)
Call Stack (most recent call first):
/usr/share/cmake-3.16/Modules/FindPackageHandleStandardArgs.cmake:393 (_FPHSA_FAILURE_MESSAGE)
/usr/lib/x86_64-linux-gnu/cmake/arrow/Findzstd.cmake:82 (find_package_handle_standard_args)
/usr/share/cmake-3.16/Modules/CMakeFindDependencyMacro.cmake:47 (find_package)
/usr/lib/x86_64-linux-gnu/cmake/arrow/ArrowConfig.cmake:96 (find_dependency)
CMakeLists.txt:12 (find_package)
libzstd and libstd-dev are both installed
Environment: Ubuntu 20.04.2
Reporter: Nick Hortovanyi
Note: This issue was originally created as ARROW-13334. Please see the migration documentation for further details.
Reactions are currently unavailable