[CI/Build] Mooncake-common/common.cmake: Add link flag of pthread#681
Merged
stmatengss merged 2 commits intokvcache-ai:mainfrom Jul 28, 2025
Merged
[CI/Build] Mooncake-common/common.cmake: Add link flag of pthread#681stmatengss merged 2 commits intokvcache-ai:mainfrom
stmatengss merged 2 commits intokvcache-ai:mainfrom
Conversation
stmatengss
reviewed
Jul 28, 2025
stmatengss
approved these changes
Jul 28, 2025
wanyue-wy
pushed a commit
to wanyue-wy/Mooncake
that referenced
this pull request
Dec 14, 2025
…cache-ai#681) * Mooncake-common/common.cmake: Add link flag of pthread * Mooncake-common/common.cmake: Update link flag for pthread --------- Co-authored-by: Weinan Liu <wnliu@stu.xmu.edu.cn>
JasonZhang517
pushed a commit
to JasonZhang517/Mooncake
that referenced
this pull request
Feb 9, 2026
…cache-ai#681) * Mooncake-common/common.cmake: Add link flag of pthread * Mooncake-common/common.cmake: Update link flag for pthread --------- Co-authored-by: Weinan Liu <wnliu@stu.xmu.edu.cn>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
On my ubuntu 20.04, there is a link error for missing pthread link flag when building
mooncake-common/tests/CMakeFiles/default_config_test.dir/default_config_test.cpp.oAdd a link flag in cmake files to fix it.