Skip to content

Commit

Permalink
adding internal dependencies to cpack
Browse files Browse the repository at this point in the history
  • Loading branch information
liesrock committed Aug 2, 2021
1 parent 5c10f41 commit 0e24908
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/GenerateDeb.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ set(CPACK_PACKAGE_VERSION ${PROJECT_VERSION})
set(CPACK_DEBIAN_PACKAGE_ARCHITECTURE "amd64")
set(CPACK_PACKAGE_ARCHITECTURE "amd64")

set(CPACK_DEBIAN_PACKAGE_DEPENDS "")
set(CPACK_DEBIAN_PACKAGE_DEPENDS "robotinterfaceros")
set(CPACK_DEBIAN_PACKAGE_VERSION "${CPACK_PACKAGE_VERSION}")

#set(CPACK_DEBIAN_PACKAGE_SHLIBDEPS ON)
Expand Down

0 comments on commit 0e24908

Please sign in to comment.