Skip to content

Commit

Permalink
Merge pull request #84 from KIT-MRT/fix_dependency_name
Browse files Browse the repository at this point in the history
Fix Crow package name in deb dependency definition.
  • Loading branch information
ll-nick authored Nov 21, 2024
2 parents 215aa75 + c219ca0 commit 2f40f21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/cpack_config.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ set(CPACK_DEBIAN_GUI_PACKAGE_NAME "libarbitration-graphs-gui-dev")

# Component-specific dependencies (make sure to use upper-case!)
set(CPACK_DEBIAN_CORE_PACKAGE_DEPENDS "libgoogle-glog-dev, libyaml-cpp-dev, libutil-caching-dev")
set(CPACK_DEBIAN_GUI_PACKAGE_DEPENDS "libarbitration-graphs-core-dev, Crow, zlib1g-dev")
set(CPACK_DEBIAN_GUI_PACKAGE_DEPENDS "libarbitration-graphs-core-dev, crow, zlib1g-dev")

# Use fixed debian file names
set(CPACK_DEBIAN_CORE_FILE_NAME "${CPACK_DEBIAN_CORE_PACKAGE_NAME}.deb")
Expand Down

0 comments on commit 2f40f21

Please sign in to comment.