append architecture suffix to generated tar package name

Change-Id: Ic1066418ce76ead8a6115aa3978b0428f8e73ed1
Signed-off-by: Artur Harasimiuk <artur.harasimiuk@intel.com>
This commit is contained in:
Artur Harasimiuk
2018-10-17 10:30:57 +02:00
parent 840dd305b7
commit b331046fde

View File

@@ -83,6 +83,7 @@ if(UNIX)
endif()
set(CPACK_SET_DESTDIR TRUE)
set(CPACK_PACKAGE_ARCHITECTURE "x86_64")
set(CPACK_PACKAGE_RELOCATABLE FALSE)
set(CPACK_PACKAGE_NAME "intel")
set(CPACK_PACKAGE_DESCRIPTION_SUMMARY "Intel OpenCL GPU driver")