Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update to the commit that fixes the executable stack. #32

Merged
merged 1 commit into from
Aug 1, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ find_package(ament_cmake_vendor_package REQUIRED)

ament_vendor(mimick_vendor
VCS_URL https://github.com/ros2/Mimick.git
VCS_VERSION e300cc88ed828e41ee8548b489bc0b64b2b6436e
VCS_VERSION 6b08fa3fb91e490a8131903e4ea2480019854698
)

ament_export_dependencies(mimick)
Expand Down