1
0
Fork 0
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:
Henrik Hautakoski 2022-11-13 23:27:33 +01:00
parent e942a3b1bc
commit 31237f2bb3

View file

@ -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 )