From 31237f2bb3ddd28b9f4c03004bb63b2cf4852be7 Mon Sep 17 00:00:00 2001 From: Henrik Hautakoski Date: Sun, 13 Nov 2022 23:27:33 +0100 Subject: [PATCH] CMakeLists.txt: Set CPACK_PACKAGE_VENDOR variable. --- CMakeLists.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index bee20da..27ce400 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -20,7 +20,7 @@ if (WIN32) endif (WIN32) -list(APPEND dictionaries +list(APPEND dictionaries english danish french @@ -41,6 +41,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" ) # Archive specific set( CPACK_ARCHIVE_COMPONENT_INSTALL TRUE )