CPack installer generators (at least some of them) forbid absolute paths.
Of course I can adjust for that - but how then ensure that make install still does the local installation to the right absolute location?
CPack installer generators (at least some of them) forbid absolute paths.
Of course I can adjust for that - but how then ensure that make install still does the local installation to the right absolute location?
Perhaps the answer is simple: Always use relative paths in install commands. When calling make install, CMAKE_INSTALL_PREFIX will be prepended automatically.