Skip to content

Commit

Permalink
(conan-io#17692) arrow: add a missing dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
mpimenov authored and pezy committed Jun 1, 2023
1 parent cfc7e16 commit 39c0665
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions recipes/arrow/all/conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -618,6 +618,8 @@ def package_info(self):

if self._dataset_modules():
self.cpp_info.components["dataset"].libs = ["arrow_dataset"]
if self._parquet():
self.cpp_info.components["dataset"].requires = ["libparquet"]

if self.options.cli and (self.options.with_cuda or self._with_flight_rpc() or self._parquet()):
binpath = os.path.join(self.package_folder, "bin")
Expand Down

0 comments on commit 39c0665

Please sign in to comment.