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.

4s5t2os41n added a commit to 4s5t2os41n/abseil-cpp that referenced this pull request Jul 4, 2024
--
ffe1bf0e5f98c77cf4193f24ae9ce94d16a72c6e by Alex Strelnikov <strel@google.com>:

Remove accidental duplication of conanfile.py.

PiperOrigin-RevId: 226926125

--
daf639ddd32c57d1c5ab99b26a9b15107f47ce16 by Derek Mauro <dmauro@google.com>:

Fix the CMake build for absl::container.
This target is deprecated and will be removed in the future.

Fixes abseil/abseil-cpp#238

PiperOrigin-RevId: 226921798

--
b8ab2bb9081c266ced1d966c86d5b19af6b5b3ef by Abseil Team <absl-team@google.com>:

Cleanup: Fix some ClangTidy warnings.

PiperOrigin-RevId: 226678127

--
8cdc95316fc8baba00073c38a444c089ed2d5f5e by Abseil Team <absl-team@google.com>:

Cleanup: Fix some ClangTidy warnings.

PiperOrigin-RevId: 226567814
GitOrigin-RevId: ffe1bf0e5f98c77cf4193f24ae9ce94d16a72c6e
Change-Id: Idfe30b8b3229082eb7db4bfa928d3257be7dce1a
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