We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bfbbfef commit 1eb22f4Copy full SHA for 1eb22f4
src/cmake/cpack_general.cmake
@@ -7,8 +7,9 @@
7
set(CPACK_COMPONENTS_GROUPING ALL_COMPONENTS_IN_ONE)
8
9
# global options
10
-set(CPACK_PACKAGE_CONTACT "Blue Nebula Team")
11
-set(CPACK_PACKAGE_HOMEPAGE "https://blue-nebula.org")
+set(CPACK_PACKAGE_VENDOR "Blue Nebula Team")
+set(CPACK_PACKAGE_CONTACT "${CPACK_PACKAGE_VENDOR}")
12
+set(CPACK_PACKAGE_HOMEPAGE_URL "https://blue-nebula.org")
13
set(CPACK_PACKAGE_DESCRIPTION_FILE "${CMAKE_SOURCE_DIR}/README.md")
14
#set(CPACK_RESOURCE_FILE_LICENSE "${CMAKE_SOURCE_DIR}/LICENSE.txt")
15
0 commit comments