-
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
cmake build: don't hardcode absolute paths in install DESTINATIONs #684
base: main
Are you sure you want to change the base?
Conversation
This seems incorrect: Currently the install paths will be:
With this:
|
ok, this means might be fixable using |
d490f6e
to
50373b1
Compare
I have replaced the confusing usage of |
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]>
50373b1
to
1f5e492
Compare
and I now changed the usage from |
|
Fixes #683