diff options
author | Mauro Sardara <msardara+fdio@cisco.com> | 2018-02-02 15:57:35 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@fd.io> | 2018-02-02 15:57:35 +0000 |
commit | 409ea0c986de640b83e1ea56a405e922482d4ba6 (patch) | |
tree | 197d7d401f331a5fd18660ea35d476160047fafd | |
parent | d05dd3d6d6dc8766a0f9423364434d4ae5997ffb (diff) | |
parent | 862f39e2fb3eafc7b71340b6e28ca1d80be0fe42 (diff) |
Merge "Fix libparc deps" into cframework/master
-rw-r--r-- | libparc/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libparc/CMakeLists.txt b/libparc/CMakeLists.txt index b3ebc2aa..3712c656 100644 --- a/libparc/CMakeLists.txt +++ b/libparc/CMakeLists.txt @@ -140,7 +140,7 @@ if(DEB_PACKAGE) set(CPACK_DEBIAN_LIBRARY_PACKAGE_SHLIBDEPS ON) - set(CPACK_${TYPE}_LIBRARY_PACKAGE_DEPENDS "longbow (>= 1.0), libevent-2.0-5, libssl1.0.0") + set(CPACK_${TYPE}_LIBRARY_PACKAGE_DEPENDS "longbow (>= 1.0)") set(CPACK_${TYPE}_HEADERS_PACKAGE_DEPENDS "libparc (>= 1.0), longbow-dev (>= 1.0), libevent-dev, libssl-dev") set(CPACK_${TYPE}_DOCUMENTATION_PACKAGE_DEPENDS "") elseif(RPM_PACKAGE) |