diff options
author | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2020-08-22 14:05:41 +0200 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2020-08-22 14:05:41 +0200 |
commit | b55285a77da0e0b829e4ce8d7e09debaabc68e15 (patch) | |
tree | f622559ef65bbdd3e1c5bdb06098a8f89eec0563 /distribution/CMakeLists.txt | |
parent | d3897ce090dbeb220ed2c782f095597e417cf3cc (diff) | |
parent | d1ae75703e1ed81d65ea16946dcdb77e7a13adc9 (diff) |
Merge branch 'feature/upstream' into develop
Diffstat (limited to 'distribution/CMakeLists.txt')
-rw-r--r-- | distribution/CMakeLists.txt | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/distribution/CMakeLists.txt b/distribution/CMakeLists.txt index fc63769..9eede85 100644 --- a/distribution/CMakeLists.txt +++ b/distribution/CMakeLists.txt @@ -5,7 +5,7 @@ SET(CPACK_PACKAGE_FILE_NAME "xtrkcad-setup-${XTRKCAD_VERSION}") SET(CPACK_PACKAGE_INSTALL_DIRECTORY "XTrkCAD ${XTRKCAD_VERSION}") SET(CPACK_PACKAGE_INSTALL_REGISTRY_KEY "XTrkCAD ${XTRKCAD_VERSION}") SET(CPACK_PACKAGE_NAME "xtrkcad") -SET(CPACK_PACKAGE_VENDOR "http://www.xtrkcad.org") +SET(CPACK_PACKAGE_VENDOR "XTrackCAD Project") SET(CPACK_PACKAGE_VERSION ${XTRKCAD_VERSION}) SET(CPACK_PACKAGE_VERSION_MAJOR ${XTRKCAD_MAJOR_VERSION}) SET(CPACK_PACKAGE_VERSION_MINOR ${XTRKCAD_MINOR_VERSION}) @@ -28,4 +28,3 @@ ENDIF(UNIX AND NOT APPLE) IF(WIN32) ADD_SUBDIRECTORY(win32) ENDIF(WIN32) - |