* fixed some packaging issues
This commit is contained in:
parent
42d780621d
commit
011f93da7d
2 changed files with 11 additions and 2 deletions
|
|
@ -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)
|
||||
|
|
|
|||
|
|
@ -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")
|
||||
|
|
|
|||
Reference in a new issue