Skip to content

Commit a135bc9

Browse files
committed
cmake: Set CPACK_DEBIAN_ARCHITECTURE
1 parent a8feb15 commit a135bc9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@ set(CPACK_GENERATOR "TGZ")
7575
set(CPACK_PACKAGE_VERSION_MAJOR "${TCAM_FW_VERSION_MAJOR}")
7676
set(CPACK_PACKAGE_VERSION_MINOR "${TCAM_FW_VERSION_MINOR}")
7777
set(CPACK_PACKAGE_VERSION_PATCH "${TCAM_FW_VERSION_PATCH}")
78+
set(CPACK_DEBIAN_ARCHITECTURE ${CMAKE_SYSTEM_PROCESSOR})
7879

7980
include(package-name)
8081

0 commit comments

Comments
 (0)