8000 Fix missing dependencies on install by leemaguire · Pull Request #6479 · realm/realm-core · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Fix missing dependencies on install #6479

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

Merged
merged 2 commits into from
Apr 6, 2023
Merged

Fix missing dependencies on install #6479

merged 2 commits into from
Apr 6, 2023

Conversation

leemaguire
Copy link
Contributor
@leemaguire leemaguire commented Apr 6, 2023

Build would not succeed when consuming core as an installed dependancy due to missing headers on install.

☑️ ToDos

  • 📝 Changelog update
  • 🚦 Tests (or not relevant)
  • C-API, if public C++ API changed.

@leemaguire leemaguire marked this pull request as ready for review April 6, 2023 13:45
Copy link
Contributor
@michael-wb michael-wb left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you for fixing this - sorry about the missing headers.

)

set(NOINST_HEADERS
trigger.hpp
set(SYNC_NETWORK_INSTALL_HEADERS
network/default_socket.hpp
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Unless you really need this file (i.e. can't compile without it), I would recommend moving this one to the NOINST_HEADERS section, since it is intended to only be used internally.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

because sync_client.hpp uses that header we can't do that unfortunately.

@leemaguire leemaguire merged commit b2ed320 into master Apr 6, 2023
@leemaguire leemaguire deleted the lm/install-fix branch April 6, 2023 14:22
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Mar 21, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants
0