forked from HaijinW/libaribb25
-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
be5b608
commit 7cedba0
Showing
2 changed files
with
4 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -284,7 +284,7 @@ if(UNIX AND NOT CYGWIN AND NOT APPLE) | |
set(CPACK_RESOURCE_FILE_LICENSE "${CMAKE_CURRENT_SOURCE_DIR}/LICENSE") | ||
set(CPACK_RESOURCE_FILE_README "${CMAKE_CURRENT_SOURCE_DIR}/README.md") | ||
set(CPACK_DEBIAN_FILE_NAME "DEB-DEFAULT") # ref: https://stackoverflow.com/a/59202791/17124142 | ||
set(CPACK_DEBIAN_PACKAGE_DEPENDS "libpcsclite (>= 1.8.3)") | ||
set(CPACK_DEBIAN_PACKAGE_DEPENDS "libpcsclite1 (>= 1.8.23)") | ||
SET(CPACK_DEBIAN_PACKAGE_MAINTAINER "tsukumi <[email protected]>") | ||
set(CPACK_DEBIAN_PACKAGE_SHLIBDEPS ON) | ||
include(CPack) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters