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