1
0
Fork 0
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:
Henrik Hautakoski 2022-11-14 22:23:15 +01:00
parent 992b93edf9
commit 578c2ce757

View file

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