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(cpp-client): deephavenConfig.cmake provides transitive dependencies #5792

Merged
merged 3 commits into from
Jul 18, 2024

Conversation

jcferretti
Copy link
Member

@jcferretti jcferretti commented Jul 18, 2024

I modified the deephaven_enterprise C++ client cmake code to remove the explicit requirements for dependencies that are only transitive and PRIVATE from deephaven (core) C++ client cmake (eg, Immer). The new config file allowed those to be removed in the DHE side.

The new code in the toplevel CMakeLists.txt for deephaven was inspired by the cmake doc here:
https://cmake.org/cmake/help/latest/manual/cmake-packages.7.html#creating-packages
and
https://cmake.org/cmake/help/latest/manual/cmake-packages.7.html#creating-a-package-configuration-file

@jcferretti jcferretti added this to the 0.36.0 milestone Jul 18, 2024
@jcferretti jcferretti requested a review from kosak July 18, 2024 04:15
@jcferretti jcferretti self-assigned this Jul 18, 2024
devinrsmith
devinrsmith previously approved these changes Jul 18, 2024
Copy link
Member

@devinrsmith devinrsmith left a comment

Choose a reason for hiding this comment

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

reviewed RELEASE.md

kosak
kosak previously approved these changes Jul 18, 2024
@jcferretti jcferretti dismissed stale reviews from kosak and devinrsmith via ab6b151 July 18, 2024 15:44
Copy link
Contributor

@stanbrub stanbrub left a comment

Choose a reason for hiding this comment

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

Looks good.

@jcferretti jcferretti merged commit f52012e into deephaven:main Jul 18, 2024
16 checks passed
@jcferretti jcferretti deleted the cfs-cpp-config-cmake branch July 18, 2024 16:39
@github-actions github-actions bot locked and limited conversation to collaborators Jul 18, 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.

4 participants