Skip to content

Commit

Permalink
Corrected package dependency; removed multiarch usage for DEB. (#39)
Browse files Browse the repository at this point in the history
  • Loading branch information
bf-bryants authored and andibacher committed Sep 25, 2019
1 parent bdb4195 commit c24c02a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -274,8 +274,7 @@ if( ${CMAKE_SYSTEM_NAME} STREQUAL "Linux" )
set( CPACK_DEBIAN_LIBRARY_PACKAGE_NAME ${CPACK_PACKAGE_NAME} )
set( CPACK_DEBIAN_LIBRARY_PACKAGE_SHLIBDEPS 1 )

set( CPACK_DEBIAN_DEVEL_PACKAGE_DEPENDS ${CPACK_RPM_PACKAGE_REQUIRES} )
set( CPACK_DEBIAN_DEVEL_PACKAGE_ARCHITECTURE "noarch" ) # only contains headers and cmake files
set( CPACK_DEBIAN_DEVEL_PACKAGE_DEPENDS "cmake (>= ${CMAKE_MINIMUM_REQUIRED_VERSION}), log4qt (>= ${CPACK_PACKAGE_VERSION})" )
set( CPACK_DEBIAN_DEVEL_PACKAGE_NAME "${CPACK_PACKAGE_NAME}-dev" )

elseif( ${CMAKE_HOST_WIN32} )
Expand Down

0 comments on commit c24c02a

Please sign in to comment.