From cc8c2b0497f1f90c6f7588dce08d2092ca5530ba Mon Sep 17 00:00:00 2001 From: lukas-heiligenbrunner Date: Sat, 26 Oct 2019 11:49:10 +0200 Subject: [PATCH] added package dependency of libcurl --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index b519c13..7ab48d9 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -128,6 +128,7 @@ IF (UNIX) SET(CPACK_SOURCE_PACKAGE_FILE_NAME "${CMAKE_PROJECT_NAME}-${CPACK_PACKAGE_VERSION}") SET(CPACK_PACKAGE_CONTACT "Lukas Heiligenbrunner ") SET(CPACK_PACKAGE_SECTION "games") + set(CPACK_PACKAGE_DEPENDS "libcurl (>= 7.0.0-1)") INCLUDE(CPack)