aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMauro Sardara <msardara+fdio@cisco.com>2017-04-29 23:18:56 +0200
committerMauro Sardara <msardara+fdio@cisco.com>2017-04-29 23:18:56 +0200
commit52ab9bf241528b0cb1d24384d22b017391be2899 (patch)
tree4cd511c6ec02deb30b5e2aba6334ccf208ad3622
parent844daaec88924ba1f374c7bd8fd69692904012ed (diff)
Fixing typo in CMakeLists
Change-Id: Idc098f1e426b9590b17a20868ad007e9b3d581c0 Signed-off-by: Mauro Sardara <msardara+fdio@cisco.com>
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 8cd83945..e166c4cf 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -160,7 +160,7 @@ elseif(RPM_PACKAGE)
set(CPACK_${TYPE}_LIBRARY_PACKAGE_AUTOREQ ON)
set(CPACK_${TYPE}_LIBRARY_PACKAGE_REQUIRES "longbow >= 1.0, libparc >= 1.0, libccnx-common >= 1.0, libccnx-transport-rta >= 1.0, libccnx-portal >= 1.0, boost-system >= 1.53")
- set(CPACK_${TYPE}_HEADERS_PACKAGE_REQUIRES "libicnet >= 1.0, libccnx-common-devel >= 1.0, libccnx-portal-devel >= 1.0, libccnx-transport-rta-devel >=1.0, libparc-devel >= 1.0, longbow-devel >= 1.0, boost-devel >= 1.53")
+ set(CPACK_${TYPE}_HEADERS_PACKAGE_REQUIRES "libicnet >= 1.0, libccnx-common-devel >= 1.0, libccnx-portal-devel >= 1.0, libccnx-transport-rta-devel >= 1.0, libparc-devel >= 1.0, longbow-devel >= 1.0, boost-devel >= 1.53")
set(CPACK_${TYPE}_DOCUMENTATION_PACKAGE_REQUIRES "")
set(CPACK_RPM_EXCLUDE_FROM_AUTO_FILELIST_ADDITION "/usr/etc" "/usr/lib/python2.7" "/usr/lib/python2.7/site-packages")