Skip to content

Convert CMAKE_INSTALL_PREFIX to absolute path if needed

Commit 4850dbf2 last week presumes that CMAKE_INSTALL_PREFIX is an absolute path. Since, apparently, I am the only one that sets it to a relative path, this branch adds a check and converts from relative to absolute if needed.

Merge request reports