-
Notifications
You must be signed in to change notification settings - Fork 148
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
Don't hardcode absolute install prefixes #683
Comments
Additionally, I suggest the use of GNU install dirs module conventions. |
Interestingly, at least |
fogti
added a commit
to fogti/tcmu-runner
that referenced
this issue
Sep 4, 2022
Fixes open-iscsi#683 > Currently, the CMakeLists.txt and *.conf_install.cmake.in files contain > absolute install paths, that is, not relative to ${CMAKE_INSTALL_PREFIX}. > This makes packaging this program unusually hard. Signed-off-by: Alain Zscheile <[email protected]>
fogti
added a commit
to fogti/tcmu-runner
that referenced
this issue
Sep 5, 2022
Fixes open-iscsi#683 > Currently, the CMakeLists.txt and *.conf_install.cmake.in files contain > absolute install paths, that is, not relative to ${CMAKE_INSTALL_PREFIX}. > This makes packaging this program unusually hard. Signed-off-by: Alain Zscheile <[email protected]>
fogti
added a commit
to fogti/tcmu-runner
that referenced
this issue
Sep 5, 2022
Fixes open-iscsi#683 > Currently, the CMakeLists.txt and *.conf_install.cmake.in files contain > absolute install paths, that is, not relative to ${CMAKE_INSTALL_PREFIX}. > This makes packaging this program unusually hard. Signed-off-by: Alain Zscheile <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Currently, the
CMakeLists.txt
and*.conf_install.cmake.in
files contain absolute install paths, that is, not relative to${CMAKE_INSTALL_PREFIX}
. This makes packaging this program unusually hard.e.g.
tcmu-runner/CMakeLists.txt
Lines 326 to 331 in 364ae61
The text was updated successfully, but these errors were encountered: