Skip to content

cmake fix: Using absolute path is not allowed on install. By default,...

Julien Wadel requested to merge fix/deployment into master

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).

BC/public/external/zlib!5 (merged)

Merge request reports