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

Dependency cleanups for downstream consumers. #277

Merged
merged 1 commit into from
Oct 3, 2023
Merged

Commits on Oct 3, 2023

  1. Dependency cleanups for downstream consumers.

    If we're building shared libraries (eg HSPlasma.dll and
    HSPlasmaNet.dll), then downstream users don't need to link against or
    even know about libraries used internally, such as zlib, png, etc. This
    fixes our CMake package config files to only search for those
    dependencies if the downstream user needs to link against them due to
    building HSPlasma as a static library.
    
    Further, add a missing search for the string_theory library config
    module.
    Hoikas committed Oct 3, 2023
    Configuration menu
    Copy the full SHA
    c07ecc5 View commit details
    Browse the repository at this point in the history