Skip to content

Commit

Permalink
Add dependencies to Spot C++ SDK debians
Browse files Browse the repository at this point in the history
Signed-off-by: Michel Hidalgo <[email protected]>
  • Loading branch information
mhidalgo-bdai committed Oct 16, 2024
1 parent 966fdf4 commit 6adfbad
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions .devcontainer/Dockerfile.amd64
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ RUN apt-get update --fix-missing \
build-essential \
ca-certificates \
cmake \
file \
git \
libcli11-dev \
libeigen3-dev \
Expand Down
1 change: 1 addition & 0 deletions .devcontainer/Dockerfile.arm64
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ RUN apt-get update --fix-missing \
build-essential \
ca-certificates \
cmake \
file \
git \
libcli11-dev \
libeigen3-dev \
Expand Down
2 changes: 2 additions & 0 deletions cpp/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -319,6 +319,8 @@ if (UNIX)
set(CPACK_GENERATOR "DEB")
set(CPACK_PACKAGE_NAME "spot-cpp-sdk")
set(CPACK_DEBIAN_FILE_NAME DEB-DEFAULT)
set(CPACK_DEBIAN_PACKAGE_SHLIBDEPS ON)
set(CPACK_DEBIAN_PACKAGE_DEPENDS "libcli11-dev (>=2.1.2)") # libcli11-dev is header-only, thus it has to be listed explicitly
set(CPACK_DEBIAN_PACKAGE_MAINTAINER "Boston Dynamics SDK Publisher <[email protected]>")
set(CPACK_PACKAGE_VENDOR "Boston Dynamics")
set(CPACK_PACKAGE_VERSION ${PROJECT_VERSION})
Expand Down

0 comments on commit 6adfbad

Please sign in to comment.