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

Fix and upstream Boost program_options make linking error #4047

Open
clemahieu opened this issue Jan 13, 2023 · 0 comments
Open

Fix and upstream Boost program_options make linking error #4047

clemahieu opened this issue Jan 13, 2023 · 0 comments
Milestone

Comments

@clemahieu
Copy link
Contributor

When using program_options as a standalone submodule it appears to be missing links to other needed modules.
Identified in #4030

Workaround for missing reference errata in the boost property_tree module

target_link_libraries(boost_property_tree INTERFACE Boost::any)
target_link_libraries(boost_property_tree INTERFACE Boost::format)
target_link_libraries(boost_property_tree INTERFACE Boost::multi_index)

@qwahzi qwahzi added this to the Backlog milestone Jan 17, 2023
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

No branches or pull requests

2 participants