Corretta CPACK_PACKAGE_CONTACT

This commit is contained in:
giuliof 2023-01-06 21:17:52 +01:00 committed by Gitea
parent fcf5d27814
commit 004a53300e
2 changed files with 3 additions and 2 deletions

View File

@ -59,5 +59,5 @@ target_link_libraries(argento Qt5::Widgets Qt5::Sql)
# CMake packaging system
install(TARGETS argento RUNTIME DESTINATION bin)
set(CPACK_PACKAGE_CONTACT "GOLEM")
set(CPACK_PACKAGE_CONTACT "GOLEM <golem@golem.linux.it>")
include (CPack)

View File

@ -43,5 +43,6 @@ target_link_libraries(nicolodi Qt5::Widgets Qt5::Sql)
# CMake packaging system
install(TARGETS nicolodi RUNTIME DESTINATION bin)
set(CPACK_PACKAGE_CONTACT "GOLEM")
set(CPACK_PACKAGE_CONTACT "GOLEM <golem@golem.linux.it>")
include (CPack)