Skip to content

Commit

Permalink
Add gRPC dev libraries to Spot C++ SDK debian deps
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 a646563 commit a55110b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cpp/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -320,7 +320,7 @@ if (UNIX)
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_DEPENDS "libcli11-dev (>=2.1.2), libgrpc++-dev (>=1.30.2)") # not picked up by shlibdeps, thus 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 a55110b

Please sign in to comment.