mirror of
https://github.com/eosswedenorg/antelope-keygen
synced 2026-06-18 04:00:03 +02:00
CMakeModules/package.cmake: add PACKAGE_PLATFORM variable
This commit is contained in:
parent
3dd0a41c37
commit
4df78587c0
1 changed files with 5 additions and 0 deletions
|
|
@ -8,6 +8,11 @@ set( PACKAGE_VERSION "${PROJECT_VERSION}" )
|
|||
set( PACKAGE_HOMEPAGE_URL ${PROJECT_HOMEPAGE_URL} )
|
||||
set( PACKAGE_MAINTAINER ${PROJECT_MAINTAINER})
|
||||
|
||||
set( PACKAGE_PLATFORM "x86" )
|
||||
if (CMAKE_SIZEOF_VOID_P EQUAL 8)
|
||||
set( PACKAGE_PLATFORM "${PACKAGE_PLATFORM}_64" )
|
||||
endif()
|
||||
|
||||
# --------------------------------
|
||||
# Debian script
|
||||
# --------------------------------
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue