added package dependency of libcurl

This commit is contained in:
lukas-heiligenbrunner 2019-10-26 11:49:10 +02:00
parent 8eae88edfe
commit cc8c2b0497

View File

@ -128,6 +128,7 @@ IF (UNIX)
SET(CPACK_SOURCE_PACKAGE_FILE_NAME "${CMAKE_PROJECT_NAME}-${CPACK_PACKAGE_VERSION}")
SET(CPACK_PACKAGE_CONTACT "Lukas Heiligenbrunner <ultimategameingcookie@gmail.com>")
SET(CPACK_PACKAGE_SECTION "games")
set(CPACK_PACKAGE_DEPENDS "libcurl (>= 7.0.0-1)")
INCLUDE(CPack)