Removed unused deb dependencies and activated objective c support on deb builds
This commit is contained in:
parent
ba21d658ca
commit
689eee1545
1 changed files with 5 additions and 3 deletions
|
@ -8,12 +8,14 @@ set(CPACK_DEBIAN_BUILD_DEPENDS
|
|||
cmake
|
||||
gettext
|
||||
libpcre3-dev
|
||||
gcc-4.9
|
||||
g++-4.9
|
||||
gobjc-4.9
|
||||
gobjc
|
||||
gnustep-devel
|
||||
)
|
||||
|
||||
set(CPACK_DEBIAN_CMAKE_OPTIONS
|
||||
"-DLANG_OBJC=ON"
|
||||
)
|
||||
|
||||
set(CPACK_PACKAGE_DESCRIPTION_FILE "${CMAKE_SOURCE_DIR}/description.txt")
|
||||
|
||||
set(CPACK_DEBIAN_PACKAGE_SOURCE_COPY "${CMAKE_SOURCE_DIR}/.cmake/copy-source.sh")
|
||||
|
|
Loading…
Add table
Reference in a new issue