Skip to content

Commit

Permalink
cmake/packaging: fix line length
Browse files Browse the repository at this point in the history
fixes #319
  • Loading branch information
sreimers committed Apr 13, 2022
1 parent 77749de commit 1e1ffce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packaging/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
set(CPACK_PACKAGE_NAME libre)
set(CPACK_PACKAGE_VENDOR baresip)
set(CPACK_PACKAGE_DESCRIPTION_SUMMARY "Generic library for real-time communications with async IO support")
set(CPACK_PACKAGE_DESCRIPTION_SUMMARY "Library for Real-Time Communications")
set(CPACK_PACKAGE_INSTALL_DIRECTORY ${CPACK_PACKAGE_NAME})
set(CPACK_PACKAGE_VERSION_MAJOR ${PROJECT_VERSION_MAJOR})
set(CPACK_PACKAGE_VERSION_MINOR ${PROJECT_VERSION_MINOR})
Expand Down

0 comments on commit 1e1ffce

Please sign in to comment.