Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use find_package for the compression libraries when vcpkg is enabled. #4500

Merged
merged 3 commits into from
Nov 13, 2023

Commits on Nov 8, 2023

  1. Use find_package for the compression libraries when vcpkg is enabled.

    The targets were renamed to match the casing.
    teo-tsirpanis committed Nov 8, 2023
    Configuration menu
    Copy the full SHA
    8d1e2a3 View commit details
    Browse the repository at this point in the history
  2. Fix static linkage tests.

    We cannot use an alias target to choose the correct linkage for zstd, as long as `TILEDB_INSTALL_STATIC_DEPS` exists.
    teo-tsirpanis committed Nov 8, 2023
    Configuration menu
    Copy the full SHA
    0b129d1 View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2023

  1. Configuration menu
    Copy the full SHA
    45a9949 View commit details
    Browse the repository at this point in the history