cmake fix: Using absolute path is not allowed on install. By default, install() use CMAKE_INSTALL_PREFIX, so it is useless to add. By having added it, install() change its status for absolute which is not usable (for CPack).
cmake fix: Using absolute path is not allowed on install. By default, install() use CMAKE_INSTALL_PREFIX, so it is useless to add. By having added it, install() change its status for absolute which is not usable (for CPack).