Skip to content

Commit 01bb1a7

Browse files
mhidalgo-raitcappellari-bdai
authored andcommitted
Add Protobuf dev libraries to Spot C++ SDK debian deps (#8)
Signed-off-by: Michel Hidalgo <mhidalgo@theaiinstitute.com>
1 parent 9d54e1c commit 01bb1a7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cpp/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -321,7 +321,7 @@ if (UNIX)
321321
set(CPACK_PACKAGE_NAME "spot-cpp-sdk")
322322
set(CPACK_DEBIAN_FILE_NAME DEB-DEFAULT)
323323
set(CPACK_DEBIAN_PACKAGE_SHLIBDEPS ON)
324-
set(CPACK_DEBIAN_PACKAGE_DEPENDS "libcli11-dev (>=2.1.2), libgrpc++-dev (>=1.30.2)") # not picked up by shlibdeps, thus listed explicitly
324+
set(CPACK_DEBIAN_PACKAGE_DEPENDS "libcli11-dev (>=2.1.2), libgrpc++-dev (>=1.30.2), libprotobuf-dev (>=3.12.4)") # not picked up by shlibdeps, thus listed explicitly
325325
set(CPACK_DEBIAN_PACKAGE_MAINTAINER "Boston Dynamics SDK Publisher <bd-sdk-publisher@bostondynamics.com>")
326326
set(CPACK_PACKAGE_VENDOR "Boston Dynamics")
327327
set(CPACK_PACKAGE_VERSION ${PROJECT_VERSION})

0 commit comments

Comments
 (0)