mirror of
https://github.com/eosswedenorg/eosio-keygen-extras
synced 2026-06-18 05:20:01 +02:00
CMakeLists.txt: set CPACK_PACKAGE_INSTALL_DIRECTORY to only contain package name and not version.
This commit is contained in:
parent
992b93edf9
commit
578c2ce757
1 changed files with 1 additions and 0 deletions
|
|
@ -42,6 +42,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" )
|
||||
set( CPACK_PACKAGE_INSTALL_DIRECTORY "${PROJECT_NAME}")
|
||||
|
||||
# Archive specific
|
||||
set( CPACK_ARCHIVE_COMPONENT_INSTALL TRUE )
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue