You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ORC-1846: [C++] Fix imported libraries in the Conan build
### What changes were proposed in this pull request?
Fix all imported libraries of thirdparty dependencies to build in Conan.
### Why are the changes needed?
Upgrading the C++ ORC 2.1.0 in Conan will fail due to the CMake refactoring. See conan-io/conan-center-index#26426
### How was this patch tested?
See CIs from Conan: https://github.com/conan-io/conan-center-index/pull/26426/checks?check_run_id=35916226382
### Was this patch authored or co-authored using generative AI tooling?
No.
Closes#2121 from wgtmac/fix_conan.
Authored-by: Gang Wu <ustcwg@gmail.com>
Signed-off-by: Gang Wu <ustcwg@gmail.com>
list (APPEND ORC_INSTALL_INTERFACE_TARGETS "$<INSTALL_INTERFACE:$<IF:$<TARGET_EXISTS:zstd::libzstd_shared>,zstd::libzstd_shared,zstd::libzstd_static>>")
271
277
elseif (ORC_PACKAGE_KIND STREQUAL"vcpkg")
@@ -330,9 +336,13 @@ add_library (orc::zstd ALIAS orc_zstd)
0 commit comments