Skip to content

Commit

Permalink
Merge pull request #22 from KIT-MRT/fix_debian_architecture
Browse files Browse the repository at this point in the history
Fix CPack settings to package the .deb with architecture=all
  • Loading branch information
orzechow authored Nov 11, 2024
2 parents 51347cf + cdf554c commit 15f34cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/cpack_config.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ set(CPACK_DEB_COMPONENT_INSTALL YES)
set(CPACK_ARCHIVE_COMPONENT_INSTALL YES)

set(CPACK_DEBIAN_PACKAGE_SECTION "libdevel")
set(CPACK_DEBIAN_ARCHITECTURE "all")
set(CPACK_DEBIAN_PACKAGE_ARCHITECTURE "all")

set(CPACK_DEBIAN_PACKAGE_DEPENDS "")

Expand Down

0 comments on commit 15f34cb

Please sign in to comment.