aboutsummaryrefslogtreecommitdiffstats
path: root/cmake
diff options
context:
space:
mode:
authorMauro Sardara <msardara@cisco.com>2019-01-29 16:39:50 +0100
committerMauro Sardara <msardara@cisco.com>2019-01-29 17:22:02 +0100
commit92bce6034ead88d1a11b5bdacd975a9d4cbec795 (patch)
treebe7a991d732881bae27664919e3fc9860327fc26 /cmake
parent317c2f8e695de186487347117296faa04ed42269 (diff)
[HICN-10] Treat warning as errors in compilation during verify jobs.
Change-Id: Iab6deb14157f81c9f2f8ba6762e93e9860b108bd Signed-off-by: Mauro Sardara <msardara@cisco.com>
Diffstat (limited to 'cmake')
-rwxr-xr-xcmake/Modules/Packager.cmake4
1 files changed, 2 insertions, 2 deletions
diff --git a/cmake/Modules/Packager.cmake b/cmake/Modules/Packager.cmake
index 9a64488e4..f5b7a8ca2 100755
--- a/cmake/Modules/Packager.cmake
+++ b/cmake/Modules/Packager.cmake
@@ -84,7 +84,7 @@ macro(make_packages)
foreach(lc ${components})
string(TOUPPER ${lc} uc)
set(CPACK_${type}_${uc}_FILE_NAME "${lc}_${deb_ver}_${arch}.deb")
-
+
set(DEB_DEPS)
if (NOT ${${lc}_DEB_DEPENDENCIES} STREQUAL "")
string(REPLACE "stable_version" ${tag} DEB_DEPS ${${lc}_DEB_DEPENDENCIES})
@@ -115,7 +115,7 @@ macro(make_packages)
endif()
set(CPACK_${type}_${uc}_PACKAGE_REQUIRES "${RPM_DEPS}")
-
+
if(${lc} MATCHES ".*-dev")
set(package_name ${lc}el)
else()