mirror of
https://github.com/eosswedenorg/eosio-keygen-extras
synced 2026-06-17 05:10:02 +02:00
CMakeLists.txt: Set CPACK_PACKAGE_VENDOR variable.
This commit is contained in:
parent
e942a3b1bc
commit
31237f2bb3
1 changed files with 2 additions and 1 deletions
|
|
@ -20,7 +20,7 @@ if (WIN32)
|
|||
endif (WIN32)
|
||||
|
||||
|
||||
list(APPEND dictionaries
|
||||
list(APPEND dictionaries
|
||||
english
|
||||
danish
|
||||
french
|
||||
|
|
@ -41,6 +41,7 @@ endforeach(dict ${dictionaries})
|
|||
# --------------------------------
|
||||
set( CPACK_PACKAGE_FILE_NAME "${PROJECT_NAME}-${PROJECT_VERSION}")
|
||||
set( CPACK_PACKAGE_CONTACT ${PROJECT_MAINTAINER} )
|
||||
set( CPACK_PACKAGE_VENDOR "Sw/eden" )
|
||||
|
||||
# Archive specific
|
||||
set( CPACK_ARCHIVE_COMPONENT_INSTALL TRUE )
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue