cmake: Removed pcre dependency from debian package
This commit is contained in:
parent
9ea35ee4d4
commit
bd42dab406
1 changed files with 1 additions and 4 deletions
|
@ -7,12 +7,9 @@ set(CPACK_DEBIAN_BUILD_DEPENDS
|
||||||
debhelper
|
debhelper
|
||||||
cmake
|
cmake
|
||||||
gettext
|
gettext
|
||||||
libpcre3-dev
|
|
||||||
)
|
)
|
||||||
|
|
||||||
set(CPACK_DEBIAN_PACKAGE_DEPENDS
|
set(CPACK_DEBIAN_PACKAGE_DEPENDS)
|
||||||
libpcre3
|
|
||||||
)
|
|
||||||
|
|
||||||
set(CPACK_DEBIAN_CMAKE_OPTIONS)
|
set(CPACK_DEBIAN_CMAKE_OPTIONS)
|
||||||
set(CPACK_PACKAGE_DESCRIPTION_FILE "${PROJECT_SOURCE_DIR}/description.txt")
|
set(CPACK_PACKAGE_DESCRIPTION_FILE "${PROJECT_SOURCE_DIR}/description.txt")
|
||||||
|
|
Loading…
Add table
Reference in a new issue