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

[C++] Fix in macOS CMake might find error boost-python libs path #13193

Merged

Conversation

Demogorgon314
Copy link
Member

Fixes #11747

Motivation

In macOS, when CMake sets a variable like Boost_PYTHON37-MT_LIBRARY_RELEASE, we need to check this value exists, otherwise might get a Boost_PYTHON37-MT_LIBRARY_RELEASE-NOTFOUND.

Modifications

Check the value is exists before we used it.

Documentation

Need to update docs?

  • no-need-doc

@Demogorgon314
Copy link
Member Author

/pulsarbot run-failure-checks

@merlimat merlimat added this to the 2.10.0 milestone Dec 9, 2021
@merlimat merlimat merged commit fdfea8a into apache:master Dec 9, 2021
@Demogorgon314 Demogorgon314 deleted the fix-build-cpp-client-in-macos-failed branch December 12, 2021 08:18
fxbing pushed a commit to fxbing/pulsar that referenced this pull request Dec 19, 2021
codelipenghui pushed a commit that referenced this pull request Dec 21, 2021
@codelipenghui codelipenghui added the cherry-picked/branch-2.9 Archived: 2.9 is end of life label Dec 21, 2021
zymap pushed a commit that referenced this pull request Dec 23, 2021
@zymap zymap added the cherry-picked/branch-2.8 Archived: 2.8 is end of life label Dec 23, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cherry-picked/branch-2.8 Archived: 2.8 is end of life cherry-picked/branch-2.9 Archived: 2.9 is end of life doc-not-needed Your PR changes do not impact docs release/2.8.3 release/2.9.2
Projects
None yet
Development

Successfully merging this pull request may close these issues.

install on mac client fail
6 participants