diff options
author | Mauro Sardara <msardara@cisco.com> | 2019-04-03 10:25:29 +0200 |
---|---|---|
committer | Mauro Sardara <msardara@cisco.com> | 2019-04-03 10:25:29 +0200 |
commit | fc938965a323d0865faf1fc93e375cdfbb66aa7b (patch) | |
tree | 6e90cb4ce43690bad537cff05deda3b093fc34b6 /hicn-plugin/cmake | |
parent | 693710043ebba18bb6457832127512a64c7b0aa6 (diff) |
[HICN-162] Resolved warning about version comparison when installing hicn-plugin from deb
Change-Id: Ia4e6efccbff78fa9fd352f3f9b516d627fa1ff58
Signed-off-by: Mauro Sardara <msardara@cisco.com>
Diffstat (limited to 'hicn-plugin/cmake')
-rw-r--r-- | hicn-plugin/cmake/Modules/Packaging.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hicn-plugin/cmake/Modules/Packaging.cmake b/hicn-plugin/cmake/Modules/Packaging.cmake index 98996981f..00ac3422f 100644 --- a/hicn-plugin/cmake/Modules/Packaging.cmake +++ b/hicn-plugin/cmake/Modules/Packaging.cmake @@ -21,7 +21,7 @@ set(${HICN_PLUGIN}_DESCRIPTION ) set(${HICN_PLUGIN}_DEB_DEPENDENCIES - "vpp (>= stable_version-release), vpp (< next_version-release), vpp-plugins (>= stable_version-release), vpp-plugins (< next_version-release)" + "vpp (>= stable_version-release), vpp (<< next_version-release), vpp-plugins (>= stable_version-release), vpp-plugins (<< next_version-release)" CACHE STRING "Dependencies for deb/rpm package." ) |