1
0
Fork 0
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:
Henrik Hautakoski 2020-03-14 20:31:41 +01:00
parent df7a8a3c8c
commit f601824e02
4 changed files with 10 additions and 76 deletions

View file

@ -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 )

View file

@ -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