piotrwendykier opened a new issue, #14801: URL: https://github.com/apache/arrow/issues/14801
### Describe the bug, including details regarding any error messages, version, and platform. I built Arrow 10.0.1 using: ``` vcpkg.exe install "arrow[core,csv,dataset,filesystem,json,parquet]" --triplet=x64-windows-static --x-install-root=%installDir% --recurse ``` 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. This issue was probably introduced in https://github.com/apache/arrow/pull/13892 ### Component(s) C++ -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
