conan-io / conan-center-index

Recipes for the ConanCenter repository
https://conan.io/center
MIT License
918 stars 1.65k forks source link

(arrow::dataset) Not suport on Windows static library #24442

Open zssty2010 opened 3 days ago

zssty2010 commented 3 days ago

https://github.com/conan-io/conan-center-index/blob/3b6ffcfc334ea121b67b4378078dbb3d8c6053f8/recipes/arrow/all/conanfile.py#L534 It should be

self.cpp_info.components["dataset"].libs = [f"arrow_dataset{suffix}"]