Fixing typo in CMakeLists.txt 02/6202/3
authorMauro Sardara <[email protected]>
Thu, 13 Apr 2017 16:45:24 +0000 (18:45 +0200)
committerMauro Sardara <[email protected]>
Thu, 13 Apr 2017 16:46:55 +0000 (18:46 +0200)
Change-Id: Id42afc7d069c7f75826124758430c44849ea94f9
Signed-off-by: Mauro Sardara <[email protected]>
metis/CMakeLists.txt

index 6ef34d3..a2f81b4 100644 (file)
@@ -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()