-
Notifications
You must be signed in to change notification settings - Fork 57
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
a4c9270
commit 3744a1c
Showing
1 changed file
with
0 additions
and
25 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,30 +1,5 @@ | ||
if(CPACK_GENERATOR MATCHES "DEB") | ||
# DEB package | ||
<<<<<<< HEAD | ||
<<<<<<< HEAD | ||
||||||| parent of e85200e2 (fix: set debarch according to target not host) | ||
if(NOT DEBARCH) | ||
execute_process( | ||
COMMAND dpkg --print-architecture | ||
OUTPUT_VARIABLE DEBARCH | ||
OUTPUT_STRIP_TRAILING_WHITESPACE | ||
) | ||
endif() | ||
======= | ||
if(NOT DEBARCH) | ||
set(DEBARCH ${CMAKE_SYSTEM_NAME}-${CMAKE_SYSTEM_PROCESSOR}) | ||
endif() | ||
>>>>>>> e85200e2 (fix: set debarch according to target not host) | ||
||||||| parent of d9032ef3 (add sample toolchains and fix library names) | ||
if(NOT DEBARCH) | ||
execute_process( | ||
COMMAND dpkg --print-architecture | ||
OUTPUT_VARIABLE DEBARCH | ||
OUTPUT_STRIP_TRAILING_WHITESPACE | ||
) | ||
endif() | ||
======= | ||
>>>>>>> d9032ef3 (add sample toolchains and fix library names) | ||
message(STATUS "Configure DEB packaging for Linux ${DEBARCH}") | ||
set(CPACK_DEBIAN_PACKAGE_MAINTAINER "ZettaScale Zenoh Team, <[email protected]>") | ||
set(CPACK_DEB_COMPONENT_INSTALL ON) | ||
|