Skip to content

Commit 1eb22f4

Browse files
committed
Fix vendor information
1 parent bfbbfef commit 1eb22f4

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/cmake/cpack_general.cmake

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,9 @@
77
set(CPACK_COMPONENTS_GROUPING ALL_COMPONENTS_IN_ONE)
88

99
# global options
10-
set(CPACK_PACKAGE_CONTACT "Blue Nebula Team")
11-
set(CPACK_PACKAGE_HOMEPAGE "https://blue-nebula.org")
10+
set(CPACK_PACKAGE_VENDOR "Blue Nebula Team")
11+
set(CPACK_PACKAGE_CONTACT "${CPACK_PACKAGE_VENDOR}")
12+
set(CPACK_PACKAGE_HOMEPAGE_URL "https://blue-nebula.org")
1213
set(CPACK_PACKAGE_DESCRIPTION_FILE "${CMAKE_SOURCE_DIR}/README.md")
1314
#set(CPACK_RESOURCE_FILE_LICENSE "${CMAKE_SOURCE_DIR}/LICENSE.txt")
1415

0 commit comments

Comments
 (0)