aboutsummaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorPřemysl Eric Janouch <p@janouch.name>2020-09-28 05:10:27 +0200
committerPřemysl Eric Janouch <p@janouch.name>2020-09-28 05:10:27 +0200
commitb3f117a7856f8aadd853b24f946d9807e1fa7197 (patch)
treea41dbd3f18eac2d01e3495e99f1954afbd509254 /CMakeLists.txt
parentd87ae4bfba58429d0c55eb6db94489e8747dc1dd (diff)
downloadhex-b3f117a7856f8aadd853b24f946d9807e1fa7197.tar.gz
hex-b3f117a7856f8aadd853b24f946d9807e1fa7197.tar.xz
hex-b3f117a7856f8aadd853b24f946d9807e1fa7197.zip
Name change
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index f876920..b9b72e5 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -122,8 +122,8 @@ endforeach ()
# CPack
set (CPACK_PACKAGE_DESCRIPTION_SUMMARY "Hex viewer")
-set (CPACK_PACKAGE_VENDOR "Premysl Janouch")
-set (CPACK_PACKAGE_CONTACT "Přemysl Janouch <p@janouch.name>")
+set (CPACK_PACKAGE_VENDOR "Premysl Eric Janouch")
+set (CPACK_PACKAGE_CONTACT "Přemysl Eric Janouch <p@janouch.name>")
set (CPACK_RESOURCE_FILE_LICENSE "${PROJECT_SOURCE_DIR}/LICENSE")
set (CPACK_PACKAGE_VERSION_MAJOR ${project_VERSION_MAJOR})
set (CPACK_PACKAGE_VERSION_MINOR ${project_VERSION_MINOR})