From 240180fa4fa9c32af91fca4304a83ae9626fd0b6 Mon Sep 17 00:00:00 2001 From: Mauro Sardara Date: Thu, 13 Apr 2017 18:45:24 +0200 Subject: Fixing typo in CMakeLists.txt Change-Id: Id42afc7d069c7f75826124758430c44849ea94f9 Signed-off-by: Mauro Sardara --- metis/CMakeLists.txt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/metis/CMakeLists.txt b/metis/CMakeLists.txt index 6ef34d37..a2f81b4b 100644 --- a/metis/CMakeLists.txt +++ b/metis/CMakeLists.txt @@ -119,8 +119,7 @@ elseif(RPM_PACKAGE) SET(GENERATOR "RPM") SET(CPACK_PACKAGE_FILE_NAME "${PACKAGE_NAME}-${PACKAGE_VERSION}.${ARCHITECTURE}") SET(CPACK_RPM_EXCLUDE_FROM_AUTO_FILELIST_ADDITION "/usr/etc" "/usr/lib/python2.7" "/usr/lib/python2.7/site-packages" "/lib/systemd/system" "/lib" "/lib/systemd") - SET(CPACK_${TYPE}_PACKAGE_REQUIRES "longbow >= 1.0, libevent >= 2.0, openssl >= 1.0, libparc >= 1.0, libccnx-common >= 1.0, - libccnx-transport-rta >= 1.0, libccnx-portal >= 1.0") + SET(CPACK_${TYPE}_PACKAGE_REQUIRES "longbow >= 1.0, libevent >= 2.0, openssl >= 1.0, libparc >= 1.0, libccnx-common >= 1.0, libccnx-transport-rta >= 1.0, libccnx-portal >= 1.0") else() RETURN() endif() -- cgit 1.2.3-korg