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 escaping for ORIGIN in rpath settings #899

Merged
merged 1 commit into from
Mar 1, 2021

Conversation

ssteinbach
Copy link
Collaborator

@ssteinbach ssteinbach commented Mar 1, 2021

It turns out that we were escaping the value of "$ORIGIN" incorrectly in CMakeLists.txt, and this was causing an incorrect RPATH to be written into .so files on linux operating systems as "\$ORIGIN" instead of "$ORIGIN". This fixes that escaping.

@ssteinbach ssteinbach added this to the Public Beta 14 milestone Mar 1, 2021
@ssteinbach ssteinbach requested a review from meshula March 1, 2021 20:11
@meshula meshula merged commit b03433d into AcademySoftwareFoundation:master Mar 1, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Development

Successfully merging this pull request may close these issues.

2 participants