Skip to content

Commit e670f3e

Browse files
committed
quote package name for consistency
1 parent 9fd0649 commit e670f3e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ install(FILES ${HEADERS} DESTINATION include/bncsutil)
9999

100100
#CPack configurtion
101101
SET(CPACK_GENERATOR "DEB" "RPM")
102-
SET(CPACK_PACKAGE_NAME bncsutil)
102+
SET(CPACK_PACKAGE_NAME "bncsutil")
103103
SET(CPACK_PACKAGE_DESCRIPTION_SUMMARY "Battle.Net Chat Service Utility")
104104
SET(CPACK_PACKAGE_VENDOR "bncsutil")
105105
SET(CPACK_PACKAGE_DESCRIPTION_FILE "${CMAKE_CURRENT_SOURCE_DIR}/README.md")

0 commit comments

Comments
 (0)