Use a dot instead of a hyphen for the package architecture suffix

This commit is contained in:
Username404 2021-08-15 17:17:11 +02:00
parent 7fd3cc32c8
commit e874cbdf32
Signed by: Username404-59
GPG Key ID: 7AB361FBB257A5D1
1 changed files with 1 additions and 1 deletions

View File

@ -171,5 +171,5 @@ endif()
if (NOT DEFINED CXX_TARGET)
set(CXX_TARGET ${CMAKE_HOST_SYSTEM_PROCESSOR})
endif()
set(CPACK_PACKAGE_FILE_NAME "${CPACK_PACKAGE_FILE_NAME}-${CXX_TARGET}")
set(CPACK_PACKAGE_FILE_NAME "${CPACK_PACKAGE_FILE_NAME}.${CXX_TARGET}")
include(CPack)