Skip to content
New issue

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

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

Already on GitHub? # to your account

Output INTERFACE_COMPILE_DEFINITIONS to the pkg-config file #217

Merged
merged 1 commit into from
Oct 10, 2023

Conversation

niclasr
Copy link
Contributor

@niclasr niclasr commented Oct 9, 2023

Output INTERFACE_COMPILE_DEFINITIONS to the pkg-config file. This makes the LIBZIPPP_WITH_ENCRYPTION definition to be enabled if the CMake option LIBZIPPP_ENABLE_ENCRYPTION is enabled and the built libzippp is installed and later used via the pkg-config file.
Fixes #216

Output INTERFACE_COMPILE_DEFINITIONS to the pkg-config file.
This makes the LIBZIPPP_WITH_ENCRYPTION definition to be
enabled if the CMake option LIBZIPPP_ENABLE_ENCRYPTION is
enabled and the built libzippp is installed and later used
via the pkg-config file.
@ctabin
Copy link
Owner

ctabin commented Oct 10, 2023

Hi @niclasr, thanks for the PR, LGTM !

@ctabin ctabin merged commit 28fbd5e into ctabin:master Oct 10, 2023
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

LIBZIPPP_ENABLE_ENCRYPTION does not set LIBZIPPP_WITH_ENCRYPTION in .pc file
2 participants