Skip to content

Commit

Permalink
deb パッケージのファイル名を Debian の標準に合わせる
Browse files Browse the repository at this point in the history
  • Loading branch information
tsukumijima committed Mar 5, 2023
1 parent 06d5375 commit c06870c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions cmake/LinuxPackage.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,9 @@ SET(CPACK_PACKAGE_CONTACT "[email protected]")
SET(CPACK_DEBIAN_PACKAGE_MAINTAINER "tsukumi")
set(CPACK_DEB_COMPONENT_INSTALL YES)

# deb パッケージのファイル名を Debian の標準に合わせる
# ref: https://stackoverflow.com/a/59202791/17124142
set(CPACK_DEBIAN_FILE_NAME DEB-DEFAULT)

# CPack は最後にインポートする
include(CPack)

0 comments on commit c06870c

Please sign in to comment.