diff options
author | Mauro Sardara <msardara@cisco.com> | 2019-04-01 10:17:09 +0200 |
---|---|---|
committer | Mauro Sardara <msardara@cisco.com> | 2019-04-01 10:17:09 +0200 |
commit | eaf60e645a679308fbc2eca1edf2161e595decdb (patch) | |
tree | aaf1189529df99731bc3be01125068859252f68b | |
parent | 1eec68585d60ef29bead48c0a1c5950d50b0260f (diff) |
[HICN-154] Fix libcurl dependency for apps.
Change-Id: I95da1e8e27a74725e2ad1e81ed9a31d914772394
Signed-off-by: Mauro Sardara <msardara@cisco.com>
-rw-r--r-- | apps/cmake/Modules/Packaging.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/cmake/Modules/Packaging.cmake b/apps/cmake/Modules/Packaging.cmake index fb5043e46..7fca25cd5 100644 --- a/apps/cmake/Modules/Packaging.cmake +++ b/apps/cmake/Modules/Packaging.cmake @@ -18,7 +18,7 @@ useful for testing and debugging within a hicn network." ) set(${HICN_APPS}_DEB_DEPENDENCIES - "lib${LIBTRANSPORT} (>= stable_version), libcurl4" + "lib${LIBTRANSPORT} (>= stable_version), libcurl3" CACHE STRING "Dependencies for deb/rpm package." ) |