Skip to content

Commit

Permalink
rename deb to DEB RELEASE
Browse files Browse the repository at this point in the history
  • Loading branch information
johnathanchann committed Aug 28, 2024
1 parent 0b917f9 commit 58860d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ install(TARGETS ${PROJECT_NAME}
)

# CPack setup
SET(CPACK_GENERATOR "deb")
SET(CPACK_GENERATOR "DEB")
SET(CPACK_PACKAGE_VERSION ${PROJECT_VERSION})
SET(CPACK_DEBIAN_PACKAGE_MAINTAINER "Rozukke")
INCLUDE(CPack)

0 comments on commit 58860d3

Please sign in to comment.