-
Notifications
You must be signed in to change notification settings - Fork 43
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
CMAKE_INSTALL_<dir> paths assumed to be relative #121
Comments
The |
I'm looking at my schedule for the next month and I'm not sure when I'm going to get a chance to really dig into this, so I'm marking this as help wanted. The problem is simple enough, but it's not immediately obvious to me how to fix this without breaking existing code. |
@Madouura, has this issue been fixed? Please close the ticket if the issue has been fixed. Thanks. |
@Madouura Closing ticket since there is no response. Please re-open if you still encounter this issue. Thanks! |
Please see: https://github.com/jtojnar/cmake-snips#assuming-cmake_install_dir-is-relative-path
For context: ROCm/hipamd#55
Here is an example:
https://github.com/RadeonOpenCompute/rocm-cmake/blob/027404a8326da6e7e9338e0b81f9428660190724/share/rocm/cmake/ROCMInstallTargets.cmake#L87-L96
This assumes that
CMAKE_INSTALL_<DIR>
is relative, which is definitely not always the case.The text was updated successfully, but these errors were encountered: