From 74850d2ce82119ca692025879136a6f952d038e0 Mon Sep 17 00:00:00 2001 From: giuliof Date: Tue, 3 Jan 2023 21:34:35 +0100 Subject: [PATCH] CPack: aggiunto mantainer mancante --- argento/CMakeLists.txt | 1 + nicolodi/CMakeLists.txt | 1 + 2 files changed, 2 insertions(+) diff --git a/argento/CMakeLists.txt b/argento/CMakeLists.txt index ab3c673..67ac13c 100644 --- a/argento/CMakeLists.txt +++ b/argento/CMakeLists.txt @@ -59,4 +59,5 @@ target_link_libraries(argento Qt5::Widgets Qt5::Sql) # CMake packaging system install(TARGETS argento RUNTIME DESTINATION bin) +set(CPACK_PACKAGE_CONTACT "GOLEM") include (CPack) diff --git a/nicolodi/CMakeLists.txt b/nicolodi/CMakeLists.txt index 7fec3a0..3738ad3 100644 --- a/nicolodi/CMakeLists.txt +++ b/nicolodi/CMakeLists.txt @@ -43,4 +43,5 @@ target_link_libraries(nicolodi Qt5::Widgets Qt5::Sql) # CMake packaging system install(TARGETS nicolodi RUNTIME DESTINATION bin) +set(CPACK_PACKAGE_CONTACT "GOLEM") include (CPack)