Change package vendor to just a name.

This commit is contained in:
Andreas Schuh 2014-03-20 04:09:02 +00:00
parent 52bf642cf8
commit fc6e079cfc

View file

@ -338,7 +338,7 @@ if (BUILD_PACKAGING)
mark_as_advanced (CPACK_GENERATOR CPACK_SOURCE_GENERATOR)
# common package information
set (CPACK_PACKAGE_VENDOR "Open Source by Andreas Schuh")
set (CPACK_PACKAGE_VENDOR "Andreas Schuh")
set (CPACK_PACKAGE_CONTACT "google-gflags@googlegroups.com")
set (CPACK_PACKAGE_NAME "${PACKAGE_NAME}")
set (CPACK_PACKAGE_VERSION "${PACKAGE_VERSION}")