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 CMake build - missing hashtablez_sampler build #238

Closed
wants to merge 1 commit into from
Closed

Fix CMake build - missing hashtablez_sampler build #238

wants to merge 1 commit into from

Conversation

StephanDollberg
Copy link
Contributor

Newly added file hashtablez_sampler.cc is not being built by the cmake
build and hence linking fails.

Newly added file `hashtablez_sampler.cc` is not being built by the cmake
build and hence linking fails.
@@ -22,6 +22,7 @@ absl_cc_library(
container
SRCS
"internal/raw_hash_set.cc"
"internal/hashtablez_sampler.cc"
Copy link
Member

Choose a reason for hiding this comment

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

See the comment a few lines up on lines 17-19. This target is deprecated and doesn't do anything anyway. I'd rather just remove this target.

@derekmauro derekmauro self-assigned this Dec 22, 2018
@StephanDollberg
Copy link
Contributor Author

StephanDollberg commented Dec 22, 2018 via email

@derekmauro
Copy link
Member

Which documentation are you referring to?

@StephanDollberg
Copy link
Contributor Author

StephanDollberg commented Dec 22, 2018 via email

@StephanDollberg
Copy link
Contributor Author

StephanDollberg commented Dec 22, 2018 via email

@derekmauro
Copy link
Member

We are doing to have to fix that documentation. We are planning on generating the CMakeLists from Bazel Build files so there is going to be a one-to-one correspondence between targets soon.

@StephanDollberg
Copy link
Contributor Author

Ok, just to be clear, you want me to do that now and remove the container target or close this PR and wait for you autogenerate the CMakeLists?

@derekmauro
Copy link
Member

I'll consult with the team, but I think we are probably going to remove it. This probably won't be merged until Wednesday at the earliest due to the holidays.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

6 participants