use relative paths so CMAKE_INSTALL_PREFIX works#133
use relative paths so CMAKE_INSTALL_PREFIX works#133PacificViking wants to merge 1 commit intoDanielOgorchock:masterfrom
Conversation
|
Not sure this is fully correct, since using this patch in debian, leads to having files being installed in |
It's been a year since I made this issue so I may be wrong, but if your CMAKE_INSTALL_PREFIX is "/usr" this would happen. However, this means you do not intend to install anything outside of /usr, which prevents libraries from being put into /lib. Set your CMAKE_INSTALL_PREFIX to "/" or unset it and see what happens. |
|
Your check sets
Don't know about you, but there are distros following the merged |
|
See #170, which uses GNUInstallDirs instead. |
This helps with building packages (you can now build an RPM package without modifying the CMake files).