summaryrefslogtreecommitdiff
path: root/cmake
diff options
context:
space:
mode:
authorChristian Poessinger <christian@poessinger.com>2020-03-22 12:55:16 +0100
committerChristian Poessinger <christian@poessinger.com>2020-03-22 12:55:16 +0100
commit801ac421795b97f69230c4404a7f3a6eb17f9dec (patch)
tree713555bd15e67b8548c3985148b749f9b7fc9ca3 /cmake
parent7afe0f075676219ab4b9e8dbfed294992e9f360b (diff)
downloadaccel-ppp-801ac421795b97f69230c4404a7f3a6eb17f9dec.tar.gz
accel-ppp-801ac421795b97f69230c4404a7f3a6eb17f9dec.zip
cpack: add SSTP to package description
Diffstat (limited to 'cmake')
-rw-r--r--cmake/cpack.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmake/cpack.cmake b/cmake/cpack.cmake
index 0f270cf8..e266cab9 100644
--- a/cmake/cpack.cmake
+++ b/cmake/cpack.cmake
@@ -6,7 +6,7 @@ SET(CPACK_PACKAGE_VERSION_PATCH "0")
SET(CPACK_PACKAGE_NAME "accel-ppp")
SET(CPACK_PACKAGE_CONTACT "Dmitry Kozlov <xeb@mail.ru>")
-SET(CPACK_PACKAGE_DESCRIPTION_SUMMARY "PPtP/L2TP/PPPoE server for Linux")
+SET(CPACK_PACKAGE_DESCRIPTION_SUMMARY "PPtP/L2TP/PPPoE/SSTP server for Linux")
SET(CPACK_PACKAGE_VENDOR "Dmitry Kozlov")
SET(CPACK_PACKAGE_DESCRIPTION_FILE "${CMAKE_CURRENT_SOURCE_DIR}/README")