Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 178f31cb authored by hhakim's avatar hhakim
Browse files

Minor change.

Change rpm cpu architecture name to x86_64 (it was amd64).
Keep amd64 for deb package to avoid dpkg complains about non-supported architecture.
parent 53dd03fd
No related branches found
No related tags found
No related merge requests found
...@@ -904,7 +904,7 @@ set(CPACK_RPM_PACKAGE_URL ${CPACK_PACKAGE_URL} ) ...@@ -904,7 +904,7 @@ set(CPACK_RPM_PACKAGE_URL ${CPACK_PACKAGE_URL} )
SET(CPACK_PACKAGE_FILE_NAME "${CPACK_PACKAGE_FILE_NAME}-x86_64") SET(CPACK_PACKAGE_FILE_NAME "${CPACK_PACKAGE_FILE_NAME}-x86_64")
endif() endif()
SET(CPACK_DEBIAN_PACKAGE_ARCHITECTURE "amd64") SET(CPACK_DEBIAN_PACKAGE_ARCHITECTURE "amd64")
SET(CPACK_RPM_PACKAGE_ARCHITECTURE "amd64") SET(CPACK_RPM_PACKAGE_ARCHITECTURE "x86_64")
ENDIF(CMAKE_SIZEOF_VOID_P MATCHES "4") ENDIF(CMAKE_SIZEOF_VOID_P MATCHES "4")
SET(CPACK_PACKAGE_INSTALL_REGISTRY_KEY "${CPACK_PACKAGE_FILE_NAME}") SET(CPACK_PACKAGE_INSTALL_REGISTRY_KEY "${CPACK_PACKAGE_FILE_NAME}")
# Set post installation scripts for RPM and DEB packages # Set post installation scripts for RPM and DEB packages
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment