[arrow] CMake config files for Dataset are not copied to the install directory #28120
Labels
category:port-feature
The issue is with a library, which is requesting new capabilities that didn’t exist
Is your feature request related to a problem? Please describe.
I built Arrow 10.0.1 using:
I cannot link arrow_dataset.lib using documented CMake functions (find_package(ArrowDataset REQUIRED), target: ArrowDataset::arrow_dataset_static), because ArrowDatasetConfig.cmake and other configuration files for Dataset are not copied to the install directory.
Proposed solution
The solution was proposed here: apache/arrow#14801
Describe alternatives you've considered
Currently you can use find_library instead of find_package to configure ArrowDataset in CMake.
The text was updated successfully, but these errors were encountered: