Fix to MXS-305: https://mariadb.atlassian.net/browse/MXS-305
Added destdir option to CPack.
This commit is contained in:
@ -234,6 +234,7 @@ if(PACKAGE)
|
||||
else()
|
||||
|
||||
# Generic CPack configuration variables
|
||||
SET(CPACK_SET_DESTDIR ON)
|
||||
set(CPACK_STRIP_FILES FALSE)
|
||||
set(CPACK_PACKAGE_DESCRIPTION_SUMMARY "MaxScale")
|
||||
set(CPACK_PACKAGE_VERSION_MAJOR "${MAXSCALE_VERSION_MAJOR}")
|
||||
|
Reference in New Issue
Block a user