Skip to content
Snippets Groups Projects
Commit bb4ae883 authored by Naumann, Andreas's avatar Naumann, Andreas
Browse files

some dependencies

parent bcefc3cd
No related branches found
No related tags found
No related merge requests found
......@@ -299,12 +299,13 @@ INSTALL(DIRECTORY ${CMAKE_BINARY_DIR}/lib/mtl4/
)
#PACKAGES
set(CPACK_PACKAGE_NAME "AMDiS")
set(CPACK_PACKAGE_CONTACT "Andreas.Naumann@tu-dresden.de")
set(CPACK_GENERATOR "RPM" "DEB" "TGZ")
set(CPACK_INSTALL_PREFIX "/usr/")
set(CPACK_RPM_PACKAGE_REQUIRES "boost-devel >= 1.42, ${RPM_DEPEND_STR}")
set(CPACK_DEBIAN_PACKAGE_DEPENDS "libboost-dev (>= 1.42)")
include(CPack)
if(ENABLE_TESTS)
#ENABLE_TESTING()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment