Skip to content

fix(cmake): find_dependency for STLSoft/b64 in pantheios-config - #36

Open
synesissoftware wants to merge 2 commits into
devfrom
cmake-fix
Open

fix(cmake): find_dependency for STLSoft/b64 in pantheios-config#36
synesissoftware wants to merge 2 commits into
devfrom
cmake-fix

Conversation

@synesissoftware

@synesissoftware synesissoftware commented Aug 8, 2026

Copy link
Copy Markdown
Owner

Exported Pantheios.core records $<LINK_ONLY:b64::core> (and STLSoft) when built with b64; without find_dependency(), consumers saw a missing b64::core imported target. Wire find_dependency() into pantheios-config, link b64 with a plain if(b64_FOUND) so the export is clean, and update install-smoke to rely on that (install b64 in CI; find_package(pantheios) only).

Exported Pantheios.core records $<LINK_ONLY:b64::core> (and STLSoft)
when built with b64; without find_dependency(), consumers saw a missing
b64::core imported target. Wire find_dependency into pantheios-config,
link b64 with a plain if(b64_FOUND) so the export is clean, and update
install-smoke to rely on that (install b64 in CI; find_package(pantheios)
only).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants