Skip to content

Commit

Permalink
Revert "fix: use debian compatible arch (#161)"
Browse files Browse the repository at this point in the history
This reverts commit d40b5ff.
  • Loading branch information
Mallets authored Jul 25, 2024
1 parent d40b5ff commit 5850b81
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions install/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -62,11 +62,7 @@ set(CPACK_PACKAGE_FILE_NAME "${CPACK_PACKAGE_NAME}-${CPACK_PACKAGE_VERSION}")
if(UNIX)
# DEB package
if(NOT DEBARCH)
execute_process(
COMMAND dpkg --print-architecture
OUTPUT_VARIABLE DEBARCH
OUTPUT_STRIP_TRAILING_WHITESPACE
)
set(DEBARCH ${CMAKE_SYSTEM_PROCESSOR})
endif()
message(STATUS "Configure DEB packaging for Linux ${DEBARCH}")
list(APPEND CPACK_GENERATOR DEB)
Expand Down

0 comments on commit 5850b81

Please sign in to comment.