From 004a53300eebb609ad7217b4ddbaaa82e493e2f5 Mon Sep 17 00:00:00 2001 From: giuliof Date: Fri, 6 Jan 2023 21:17:52 +0100 Subject: [PATCH] Corretta CPACK_PACKAGE_CONTACT --- argento/CMakeLists.txt | 2 +- nicolodi/CMakeLists.txt | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/argento/CMakeLists.txt b/argento/CMakeLists.txt index 67ac13c..3bb968f 100644 --- a/argento/CMakeLists.txt +++ b/argento/CMakeLists.txt @@ -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 ") include (CPack) diff --git a/nicolodi/CMakeLists.txt b/nicolodi/CMakeLists.txt index 3738ad3..1c07589 100644 --- a/nicolodi/CMakeLists.txt +++ b/nicolodi/CMakeLists.txt @@ -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 ") include (CPack) +