* fixed some packaging issues

This commit is contained in:
Caner Candan 2010-07-06 10:15:47 +02:00
commit 011f93da7d
2 changed files with 11 additions and 2 deletions

View file

@ -104,7 +104,16 @@ INSTALL(TARGETS do ARCHIVE DESTINATION lib COMPONENT libraries)
######################################################################################
### 9) Include packaging
### 9) Install pkg-config config file for EO
######################################################################################
INSTALL(FILES do.pc DESTINATION lib/pkgconfig COMPONENT headers)
######################################################################################
######################################################################################
### 10) Include packaging
######################################################################################
INCLUDE(Packaging.cmake)

View file

@ -57,7 +57,7 @@ SET(CPACK_PACKAGE_INSTALL_DIRECTORY "${PROJECT_NAME} ${PROJECT_VERSION_MAJOR}.${
### 4) Set up debian packaging information
######################################################################################
SET(CPACK_DEBIAN_PACKAGE_DEPENDS "libstdc++6, libgcc1, libc6, libxml2, libmpich2-1.2")
SET(CPACK_DEBIAN_PACKAGE_DEPENDS "libstdc++6, libgcc1, libc6, libxml2, libmpich2-1.2, eo, mo")
SET(CPACK_DEBIAN_PACKAGE_SECTION "devel")
SET(CPACK_DEBIAN_PACKAGE_PRIORITY "optional")