Added destdir option to CPack.
This commit is contained in:
Markus Makela
2015-08-13 00:51:26 +03:00
parent 30b8019b4f
commit 0ece773ea0

View File

@ -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}")