1# This file is included from the top-level CMakeLists.txt. We just store it 2# here to avoid cluttering up that file. 3 4set(PKGNAME ${CMAKE_PROJECT_NAME} CACHE STRING 5 "Distribution package name (default: ${CMAKE_PROJECT_NAME})") 6set(PKGVENDOR "The ${CMAKE_PROJECT_NAME} Project" CACHE STRING 7 "Vendor name to be included in distribution package descriptions (default: The ${CMAKE_PROJECT_NAME} Project)") 8set(PKGURL "http://www.${CMAKE_PROJECT_NAME}.org" CACHE STRING 9 "URL of project web site to be included in distribution package descriptions (default: http://www.${CMAKE_PROJECT_NAME}.org)") 10set(PKGEMAIL "information@${CMAKE_PROJECT_NAME}.org" CACHE STRING 11 "E-mail of project maintainer to be included in distribution package descriptions (default: information@${CMAKE_PROJECT_NAME}.org") 12set(PKGID "com.${CMAKE_PROJECT_NAME}.${PKGNAME}" CACHE STRING 13 "Globally unique package identifier (reverse DNS notation) (default: com.${CMAKE_PROJECT_NAME}.${PKGNAME})") 14