Check build fails on MacOSX when build as shared with build_with_install_rpath#98
Closed
jcfr wants to merge 1 commit into
Conversation
jcfr
added a commit
that referenced
this pull request
Sep 3, 2015
…e commit This will allow CMake comment used in #98 to effectively be considered when configuring the project.
…all_rpath THIS COMMIT SHOUD NOT BE INTEGRATED INTO MASTER The role of the commit is to confirm the build fail and will be effectively fixed by PR python-cmake-buildsystem#97. It also test the feature introduced in 0f8541e teaching the driver script how to extract additional CMake configuration arguments from the commit message. This new feature provides a simple way to test some options without having to explicitly change the CI build matrix. This is special awesome comment: [cmake -DCMAKE_BUILD_WITH_INSTALL_RPATH=ON]
61b0011 to
66545a4
Compare
Contributor
Author
|
Closing since #97 has been addressed. |
jrobcary
pushed a commit
to Tech-XCorp/pythoncm
that referenced
this pull request
Oct 3, 2020
…e commit This will allow CMake comment used in python-cmake-buildsystem#98 to effectively be considered when configuring the project.
o01eg
pushed a commit
to o01eg/python-cmake-buildsystem
that referenced
this pull request
May 24, 2026
…e commit This will allow CMake comment used in python-cmake-buildsystem#98 to effectively be considered when configuring the project.
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.
THIS COMMIT SHOUD NOT BE INTEGRATED INTO MASTER
The role of the commit is to confirm the build fail and will be effectively
fixed by PR #97.
It also test the feature introduced in 0f8541e teaching the driver
script how to extract additional CMake configuration arguments from the
commit message. This new feature provides a simple way to test some
options without having to explicitly change the CI build matrix.
This is special awesome comment:
[cmake -DCMAKE_BUILD_WITH_INSTALL_RPATH=ON]