mirror of
https://github.com/eosswedenorg/antelope-keygen
synced 2026-06-20 09:56:45 +02:00
CMake: create packages with CPack and cpack_custom module.
This commit is contained in:
parent
df7a8a3c8c
commit
f601824e02
4 changed files with 10 additions and 76 deletions
|
|
@ -79,5 +79,3 @@ if (WIN32)
|
|||
# We also need to copy libcrypto dll during install
|
||||
install(FILES ${OPENSSL_LIBCRYPTO_DLL} DESTINATION ${CMAKE_INSTALL_BINDIR})
|
||||
endif (WIN32)
|
||||
|
||||
include( package )
|
||||
|
|
|
|||
|
|
@ -1,9 +0,0 @@
|
|||
Package: @PACKAGE_NAME@
|
||||
Version: @PACKAGE_DEB_VERSION@
|
||||
Description: @PACKAGE_DESCRIPTION@
|
||||
Section: misc
|
||||
Priority: optional
|
||||
Architecture: @PACKAGE_DEB_PLATFORM@
|
||||
Homepage: @PACKAGE_HOMEPAGE_URL@
|
||||
Maintainer: @PACKAGE_MAINTAINER@
|
||||
Depends: libssl1.1, libc6
|
||||
Loading…
Add table
Add a link
Reference in a new issue