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

Conversation

Hoikas
Copy link
Member

@Hoikas Hoikas commented Oct 3, 2023

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.

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.
@zrax zrax merged commit 05a50b8 into H-uru:master Oct 3, 2023
9 checks passed
@Hoikas Hoikas deleted the dep_fixes branch June 23, 2024 23:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants