-
Notifications
You must be signed in to change notification settings - Fork 156
Draft: Fix RPATH for install #590
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
Conversation
|
@MMory What is the desired location when you package phasar? The RPATH should be correct, however, I'm not sure if you want to directly install into |
|
For testing, I have set |
|
Thanks @MMory for that info. That is indeed an issue. |
…json-schema-validator happy
MMory
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm, thanks!
The install does not install libraries into
${CMAKE_INSTALL_PREFIX}/lib/phasar, but directly into${CMAKE_INSTALL_PREFIX}/lib.So, the linker rpath should point there as well